sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.4 to 2.2.1. Release notes Sourced from actions/create-github-app-token's releases. v2.2.1 2.2.1 (2025-12-05) Bug Fixes deps: bump the production-dependencies group with 2 updates (#311) (b212e6a) v2.2.0 2.2.0 (2025-11-21)...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.7. Release notes Sourced from github/codeql-action's releases. v4.31.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.5.0 to 2.6.0 Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for...
## :scroll: Description Adds ANR (Application Not Responding) profiling integration that profiles the main thread when an ANR is detected and reports the captured profiles to Sentry. ### Key Changes:...
### Integration sentry ### Java Version any ### Version 8.27.1 ### Steps to Reproduce https://github.com/getsentry/sentry-java/blob/3699cd5331a4c334c1e8a4bd85aa8e399f5c4231/sentry-samples/sentry-samples-spring-boot-4/src/main/java/io/sentry/samples/spring/boot4/CustomJob.java#L14 creates a transaction. https://github.com/getsentry/sentry-java/blob/4c4fed9ef005ffc3acaf460ed345c1e700fdeefe/sentry-spring-7/src/main/java/io/sentry/spring7/checkin/SentryCheckInAdvice.java#L91 starts a new trace. Use our Spring Boot 4 sample to...
## :scroll: Description Envelopes are now discarded on a `4xx` or `5xx` response instead of retrying them. - For `4xx` it's most likely an SDK (e.g. incorrect serialization) or envelope...
Bumps [getsentry/github-workflows/.github/workflows/updater.yml](https://github.com/getsentry/github-workflows) from 2 to 3. Release notes Sourced from getsentry/github-workflows/.github/workflows/updater.yml's releases. 3.0.0 Breaking Changes Updater: The default value for pr-strategy has been changed from create to update. (#124) This...
### Problem Statement A customer recently enabled tracing in their Android application. By default, Sentry’s automatic Android tracing creates one trace per Activity. However, their app increasingly relies on Jetpack...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce ### Describe the bug After upgrading to sentry-android-gradle-plugin 5.11.0, our app started crashing when using GSYVideoPlayer (version 11.1.0) in ijk mode. The...
### Problem Statement This currently logs envelopes. ### Solution Brainstorm Add an overload for `ISerializer` that has an additional `boolean` param, allowing us to mute logging for specific calls.