sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

A Sentry SDK for Java, Android and other JVM languages.

Results 599 sentry-java issues
Sort by recently updated
recently updated
newest added

- find out if we already do this - if we don't implement it like this :)

Platform: Android
Platform: Java

### Description Add docs on how to clone a scope and how to use it within another SDK.

Platform: Android
Platform: Java

### 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...

Platform: Android
Platform: Java

## :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).

dependencies

### 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...

Type: Bug
Platform: Java
Waiting for: Community

### 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...

Type: Bug
Platform: Java
Waiting for: Community

`options.experimental.sessionReplay.errorSampleRate = 1.0` ---> `options.experimental.sessionReplay.onErrorSampleRate = 1.0`

Platform: Android
Session Replay

### 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...

Platform: Android
Platform: Java

### 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....

Type: Bug
Platform: Java