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

_Platform:_ - [V] Java -> Java 17 (I'm actually using [dropwizard-sentry](https://github.com/dhatim/dropwizard-sentry), which is based on [sentry-logback](https://github.com/getsentry/sentry-java/tree/main/sentry-logback)) _IDE:_ - [V] IntelliJ -> 2021.3 _Build system:_ - [V] Gradle _Platform installed with:_...

Platform: Java
feature request
Status: Backlog

Implements server side baggage support and handling of third party baggage headers ## :scroll: Description ## :bulb: Motivation and Context Fixes #2085 ## :green_heart: How did you test it? ##...

### Integration sentry-android ### Build System Gradle ### AGP Version 7.0.4 ### Proguard Enabled ### Version 5.7.4 ### Steps to Reproduce Initialize SentryAndroid ### Expected Result Expecting to initialize without...

bug
Platform: Android
Platform: Java

### Integration sentry-android ### Build System Gradle ### AGP Version - ### Proguard Disabled ### Version 6.4.1 ### Steps to Reproduce Capture an exception right after `SentryAndroid.init` ### Expected Result...

bug
Platform: Android
Effort: Medium
Impact: Large

### Problem Statement Currently the `user_segment` is being read from `other['segment']`. ### Solution Brainstorm A top level property called `segment` on the user should be used as is done in...

Platform: Android
Platform: Java
Effort: Small
Impact: Medium

## :scroll: Description This pr is still a draft: Saucelabs has issues with its Android 13 devices (they are never available). As soon as Saucelabs fixes it, we will merge...

## :scroll: Description This pr is still a draft: to work with the new agp version, the latest version of Android Studio is needed. It is already out in the...

## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code - [ ] I...

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 5.7.3 ### Steps to Reproduce 1. Android SDK 31 2. call constructor Breadcrumb() 3. I'm getting exception on production ``` java.lang.ArrayIndexOutOfBoundsException: length=0; index=1 at...

waiting for feedback
Platform: Java

## :scroll: Description this adds support for logback encoders in the sentry appender ## :bulb: Motivation and Context this was previously added in https://github.com/getsentry/sentry-java/pull/794/files and was mentioned here https://github.com/getsentry/sentry-java/issues/2217 ##...