Skip to content

Commit e5c1160

Browse files
Fix \\ 🙈
1 parent 364855d commit e5c1160

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎src/utils/dif_upload/mod.rs‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,10 +1650,10 @@ impl<'a> DifUpload<'a> {
16501650
self.validate_capabilities();
16511651

16521652
log::warn!(
1653-
"[DEPRECATION NOTICE] Your Sentry server does not support chunked uploads for debug \\
1654-
files. Falling back to deprecated upload method. Support for this deprecated upload \\
1655-
method will be removed in Sentry CLI 3.0.0. Please upgrade your Sentry server, or if \\
1656-
you cannot upgrade, pin your Sentry CLI version to 2.x, so you don't get upgraded \\
1653+
"[DEPRECATION NOTICE] Your Sentry server does not support chunked uploads for debug \
1654+
files. Falling back to deprecated upload method. Support for this deprecated upload \
1655+
method will be removed in Sentry CLI 3.0.0. Please upgrade your Sentry server, or if \
1656+
you cannot upgrade, pin your Sentry CLI version to 2.x, so you don't get upgraded \
16571657
to 3.x when it is released."
16581658
);
16591659

0 commit comments

Comments
 (0)