-
-
Notifications
You must be signed in to change notification settings - Fork 452
Comparing changes
Open a pull request
base repository: getsentry/sentry-java
base: 8.5.0
head repository: getsentry/sentry-java
compare: 8.6.0
Commits on Mar 18, 2025
-
getsentry-bot committed
Mar 18, 2025 Configuration menu - View commit details
-
Copy full SHA for e72bad7 - Browse repository at this point
Copy the full SHA e72bad7View commit details
Commits on Mar 19, 2025
-
fix(sdk-init): Do not override user-defined SentryOptions (#4262)
* Do not override user-defined SentryOptions * Changelog
Configuration menu - View commit details
-
Copy full SHA for b5b9f8b - Browse repository at this point
Copy the full SHA b5b9f8bView commit details
Commits on Mar 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 22a6316 - Browse repository at this point
Copy the full SHA 22a6316View commit details -
chore: update scripts/update-sentry-native-ndk.sh to 0.8.2 (#4267)
Co-authored-by: GitHub <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for d07899f - Browse repository at this point
Copy the full SHA d07899fView commit details -
chore(http-client): Increase http timeouts from 5s to 30s (#4276)
* Increase http timeouts from 5s to 30s * Changelog
Configuration menu - View commit details
-
Copy full SHA for a859567 - Browse repository at this point
Copy the full SHA a859567View commit details
Commits on Mar 24, 2025
-
Bump github/codeql-action from 3.28.11 to 3.28.12 (#4281)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.11 to 3.28.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bb031a...5f8171a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dae158f - Browse repository at this point
Copy the full SHA dae158fView commit details -
Bump actions/create-github-app-token from 1.11.6 to 1.11.7 (#4280)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.6 to 1.11.7. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@21cfef2...af35eda) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f074625 - Browse repository at this point
Copy the full SHA f074625View commit details -
fix(replay): Change bitmap config to
ARGB_8888
for screenshots (#4282)* fix(replay): Change bitmap config to ARGB_8888 for screenshots * Changelog
Configuration menu - View commit details
-
Copy full SHA for 2521792 - Browse repository at this point
Copy the full SHA 2521792View commit details
Commits on Mar 25, 2025
-
chore: bump Spring Boot from 2.7.5 to 2.7.18 (#3496)
* chore: bump Spring Boot from 2.7.5 to 2.7.18 This update patches at least 13 vulnerabilities according to Maven Central [1]. Additionally, this is the final open-source, vendor-supported version in the Spring Boot 2 release line. [1] https://mvnrepository.com/artifact/org.springframework.boot/spring-boot [2] https://spring.io/blog/2023/11/23/spring-boot-2-7-18-available-now#end-of-open-source-support-for-spring-boot-2x * fix changelog * add link to changelog entry --------- Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com> Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for c4c33c3 - Browse repository at this point
Copy the full SHA c4c33c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27ecb4 - Browse repository at this point
Copy the full SHA a27ecb4View commit details
Commits on Mar 26, 2025
-
added
platform
to SentryEnvelopeItemHeader (#4287)* Added `platform` to SentryEnvelopeItemHeader * Set platform "android" in ProfileChunk envelope items
Configuration menu - View commit details
-
Copy full SHA for 801e677 - Browse repository at this point
Copy the full SHA 801e677View commit details -
Keep baggage sample rate/rand as doubles (#4279)
* Keep baggage sample rate/rand as doubles * Fix tests * Update Changelog * Fix test * Lazily generate PropagationContext * Update sentry/src/main/java/io/sentry/Baggage.java Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com> * Revert "Lazily generate PropagationContext" This reverts commit 398c5df. --------- Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1090788 - Browse repository at this point
Copy the full SHA 1090788View commit details
Commits on Mar 27, 2025
-
Check for mixed SDK versions (#4270)
* Check for mixed SDK versions * Format code * format + api --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for c6e6bbc - Browse repository at this point
Copy the full SHA c6e6bbcView commit details -
Do not enable Sentry SDK for Android when mixed versions are detected (…
…#4271) * Check for mixed SDK versions * Format code * format + api * Init noops if mixed versions detected * Add BuildConfig * config entries for agentless module sdk names --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 0a04d7f - Browse repository at this point
Copy the full SHA 0a04d7fView commit details -
Add
MANIFEST.MF
to Sentry JARs (#4272)* 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 * changelog --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 10dfe0c - Browse repository at this point
Copy the full SHA 10dfe0cView commit details -
Crash the SDK on startup if mixed versions have been detected (#4277)
* 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 * Update sentry/src/main/java/io/sentry/util/InitUtil.java Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com> --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io> Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bfbc9e1 - Browse repository at this point
Copy the full SHA bfbc9e1View commit details -
Remove duplicate calls to
addPackage
(#4285)* 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 * remove test assertion for package --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 98fbe0e - Browse repository at this point
Copy the full SHA 98fbe0eView commit details -
Introduce fatal SDK logger (#4288)
* 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 * Format code * changelog * api --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 460594f - Browse repository at this point
Copy the full SHA 460594fView commit details -
Use
Implementation-Version
as raw version (#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 <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for ce3873d - Browse repository at this point
Copy the full SHA ce3873dView commit details -
Add tests for checking mixed versions (#4292)
* 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 * Add tests for checking mixed versions * Format code * clear storage after test to not affect other tests --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 087248f - Browse repository at this point
Copy the full SHA 087248fView commit details
Commits on Mar 28, 2025
-
Fix tags missing for compose view hierarchies (#4275)
* Fix tags missing for compose view hierarchies * Update Changelog * Extract Jetpack Compose Tag extraction into a single method * Cache internal fields * Transfer Compose Helper to Compose library, Kotlin-ify * Improve bounds calculation for ViewHierarchy and Gesture Target location * Fix formatting * Fix tests * Minor cleanup * Fix lint + Kotlin compiler warnings
Configuration menu - View commit details
-
Copy full SHA for 5b39391 - Browse repository at this point
Copy the full SHA 5b39391View commit details
Commits on Mar 31, 2025
-
Bump reactivecircus/android-emulator-runner from 2.33.0 to 2.34.0 (#4301
) Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.33.0 to 2.34.0. - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases) - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md) - [Commits](ReactiveCircus/android-emulator-runner@62dbb60...1dcd009) --- updated-dependencies: - dependency-name: reactivecircus/android-emulator-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70afa2e - Browse repository at this point
Copy the full SHA 70afa2eView commit details -
Bump github/codeql-action from 3.28.12 to 3.28.13 (#4300)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.12 to 3.28.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5f8171a...1b549b9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1ad6ae - Browse repository at this point
Copy the full SHA a1ad6aeView commit details -
Bumps [gradle/actions](https://github.com/gradle/actions) from 4a417b5b1a01db0b076987546b67f8de18e7d340 to 06832c7b30a0129d7fb559bcc6e43d26f6374244. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@4a417b5...06832c7) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 008761b - Browse repository at this point
Copy the full SHA 008761bView commit details -
Bump actions/create-github-app-token from 1.11.7 to 1.12.0 (#4302)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.7 to 1.12.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@af35eda...d72941d) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4762170 - Browse repository at this point
Copy the full SHA 4762170View commit details -
fix(file-io): Do not leak SentryFileInputStream/SentryFileOutputStrea…
…m descriptors and channels (#4296) * fix(file-io): Do not leak SentryFileInputStream/SentryFileOutputStream descriptors and channels * Revert * Changelog * Update sentry-samples/sentry-samples-android/src/main/java/io/sentry/samples/android/MainActivity.java Co-authored-by: Stefano <stefano.siano@sentry.io> --------- Co-authored-by: Stefano <stefano.siano@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for de2136e - Browse repository at this point
Copy the full SHA de2136eView commit details
Commits on Apr 1, 2025
-
Remove "not yet implemented" from flush comments (#4305)
* Remove not yet implemented from flush comments * changelog * move changelog entry
Configuration menu - View commit details
-
Copy full SHA for 708d339 - Browse repository at this point
Copy the full SHA 708d339View commit details -
chore(deps): update Native SDK to v0.8.3 (#4298)
* chore: update scripts/update-sentry-native-ndk.sh to 0.8.3 * chore: update scripts/update-sentry-native-ndk.sh to 0.8.3 * Add glue code and additional tests --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Markus Hintersteiner <markus.hintersteiner@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 0d0e1d3 - Browse repository at this point
Copy the full SHA 0d0e1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8875a00 - Browse repository at this point
Copy the full SHA 8875a00View commit details
There are no files selected for viewing