sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
- find out if we already do this - if we don't implement it like this :)
### Description Add docs on how to clone a scope and how to use it within another SDK.
### Description Add a `beforeSendSpan` hook so customers can drop individual spans. JS already has [beforeSendSpan hook](https://github.com/getsentry/sentry-javascript/blob/ff0d9c15c33fbccf00143f2e09da907c6fbd1f73/packages/types/src/options.ts#L292) which uses serialized span data to be forward compatible with an only spans...
## :scroll: Description To better reflect and align with web replays, we've changed it to `onErrorSampleRate` ## :bulb: Motivation and Context Closes #3616
Bumps scripts/update-gradle.sh from v8.5.0 to v8.9.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).
### Integration sentry-spring-boot-starter-jakarta ### Java Version 21 ### Version 7.13.0 ### Environment self-hosted running version 23.4.0 ### Steps to Reproduce 1. Configure Sentry in my Spring Boot project, this is...
### Integration sentry ### Java Version 21 ### Version 7.9.0 ### Sentry instance 24.3.0 self-hosted ### Steps to Reproduce 1. Create a project with WebFlux/Project Reactor support. 2. Make sure...
`options.experimental.sessionReplay.errorSampleRate = 1.0` ---> `options.experimental.sessionReplay.onErrorSampleRate = 1.0`
### Description If debug symbol files are missing or stack trace could not be symbolicated for any other reason, we currently show various warnings and alerts at the top of...
### Integration sentry ### Java Version 17 ### Version 7.12.1 ### Steps to Reproduce 1. Create OkHttp instance 2. Create API with route with parts, which should be replaced e.g....