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

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

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

### Problem Statement Came up in https://github.com/getsentry/sentry-java/pull/2840#issuecomment-1722503337 > Would it be possible to have this sentry.enabled property hot-reloadable via a Spring Cloud Config Server ? Could we use the [Environment](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/Environment.html)...

Platform: Java

### Integration sentry-android ### Build System Gradle ### AGP Version 7.2.1 ### Proguard Enabled ### Version 6.7.1 ### Steps to Reproduce We are getting this issue on different devices in...

Type: Bug
Platform: Android

### Description Follow-up from #2893 We're going to matching the [otel db conventions](https://opentelemetry.io/docs/specs/otel/trace/semantic_conventions/database/). Either one of `server.address` or `server.socket.address` is required. If `server.address` is set, then `server.port` should be set....

Platform: Java

### Problem Statement Based [on the discussion we had here](https://github.com/getsentry/sentry-java/issues/912), we want to provide a manual API to tigger sending of the cached envelopes. ### Solution Brainstorm Maybe something like...

Platform: Android
Platform: Java
feature request

### Description Document min required version of Spring 5 for WebFlux is `5.2.4` and for Spring Boot is `v2.2.5.RELEASE` in docs. Maybe just mention it in https://docs.sentry.io/platforms/java/guides/spring-boot/webflux/ or also whenever...

Platform: Java

### Integration sentry-spring-boot-jakarta ### Java Version 17 ### Version 6.28.0 ### Steps to Reproduce spring boot 3.0 application.properties ``` sentry.send-default-pii=true sentry.max-request-body-size=always ``` ### Expected Result request body should be sent...

Platform: Java

With https://github.com/getsentry/develop/pull/329, we introduced culture context to our SDKs. Add it to the Java SDK. We still need to wait until Discover supports culture_context (https://github.com/getsentry/sentry/issues/30525) before adding this. This is...

Platform: Java

### Background: To further simplfiy ignoring certain events from being sent to sentry, it is also suggested to provide `ignoreTransactions` and `ignoreErrors` More info here develop docs updated: https://develop.sentry.dev/sdk/features/#event-sampling -...

enhancement
Platform: Android
Platform: Java
feature request

https://github.com/getsentry/sentry-java/blob/main/sentry-android-core/src/main/java/io/sentry/android/core/AndroidOptionsInitializer.java#L173-L177 what's about adding the first 2 or 3 parts of the App's package as inApp by default? eg, App's package (3 parts): `io.sentry.mobile.android` frames like `io.sentry.mobile.shared` won't be marked...

enhancement
Platform: Android

### Problem Statement A user sent this in as grouping feedback but it's actually down to SDK behavior. They were expecting events to be grouped based on the fact that...

enhancement
Platform: Java