You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry/src/main/scala/com/avast/sst/sentry/SentryModule.scala
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ object SentryModule {
23
23
}(_ =>Sync[F].delay(Sentry.close()))
24
24
}
25
25
26
-
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with
27
-
* `Implementation-Title`@`Implementation-Version` from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
26
+
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with `Implementation-Title` @`Implementation-Version`
27
+
* from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
28
28
*
29
29
* This format is recommended by Sentry ([[https://docs.sentry.io/workflow/releases]]) because releases are global and must be
0 commit comments