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
Use Implementation-Version as raw version (getsentry#4291)
* Check for mixed SDK versions
* Format code
* format + api
* Init noops if mixed versions detected
* Add BuildConfig
* config entries for agentless module sdk names
* Add MANIFEST.MF for JARs
* Throw on startup; use manifests for backend; reuse code for otel
* Format code
* Format code
* changelog
* api
* changelog
* Remove duplicate addPackage calls
* remove test assertion for package
* Introduce fatal SDK logger
* Use Implementation-Version as raw version
* Format code
* changelog
* remove duplicate attr def
---------
Co-authored-by: Sentry Github Bot <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@
24
24
25
25
- Do not override user-defined `SentryOptions` ([#4262](https://github.com/getsentry/sentry-java/pull/4262))
26
26
- Session Replay: Change bitmap config to `ARGB_8888` for screenshots ([#4282](https://github.com/getsentry/sentry-java/pull/4282))
27
+
- The `MANIFEST.MF` of `sentry-opentelemetry-agent` now has `Implementation-Version` set to the raw version ([#4291](https://github.com/getsentry/sentry-java/pull/4291))
28
+
- An example value would be `8.6.0`
29
+
- The value of the `Sentry-Version-Name` attribute looks like `sentry-8.5.0-otel-2.10.0`
0 commit comments