sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Integration sentry ### Java Version 17 ### Version 7.2.0 ### Steps to Reproduce Shouldn't the SentryTaskDecorator, SentryWrapper, SentryScheduleHook implementations capture the previous state inside the executing thread and not...
### Problem Statement See https://github.com/getsentry/sentry-ruby/issues/2205 and https://github.com/getsentry/sentry-ruby/pull/2211 ### Solution Brainstorm Allows users to set certain options of `MonitorConfig` on `SentryOptions`, e.g. `maxRuntime`, `timezone` and `checkinMargin`.
## :scroll: Description Relevant `sentry-native` PR: https://github.com/getsentry/sentry-native/pull/944 To make this branch work, you need to publish the sentry-native ndk artifact first: 1. `cd sentry-native/ndk` 2. `./gradlew :lib:publishToMavenLocal` ## :bulb: Motivation...
```[tasklist] ### Tasks - [ ] https://github.com/getsentry/sentry-java/pull/3100 - [ ] https://github.com/getsentry/sentry-java/pull/3102 - [ ] https://github.com/getsentry/sentry-java/issues/3183 ```
### Description Sets the URL that will be used to transport captured events. This can be used to work around ad-blockers or to have more granular control over events sent...
### Description See https://github.com/getsentry/team-mobile/issues/165.
### Problem Statement [p6spy](https://github.com/p6spy/p6spy) doesn't seem to be maintained anymore. Currently there are no known issues but there might be in the future. This issue shall serve as a reminder...
### Problem Statement Similar to Cocoa, we want to provide the app start type property for transactions via the contexts: `contexts.app.start_type` ### Solution Brainstorm [Cocoa Implementation](https://github.com/getsentry/sentry-cocoa/blob/f2daa680e1552830fd789d47831965cb614eb472/Sources/Sentry/SentryTracer.m#L748-L755) [Example Cocoa Transaction](https://sentry-sdks.sentry.io/performance/sentry-cocoa:dfce67f4a61b4a5ca09d5b0305ca3595/?project=5428557&query=&referrer=performance-transaction-summary&statsPeriod=24h&transaction=ErrorsViewController&unselectedSeries=p100%28%29&unselectedSeries=avg%28%29)
### Integration sentry-spring-boot-starter-jakarta ### Java Version Spring boot 3.2.2 ### Version 7.2.0 ### Steps to Reproduce spring boot application 3.2.2 annotation: @SentryCheckIn(value = "x", heartbeat = true) SDK version: io.sentry:sentry-spring-boot-starter-jakarta:7.2.0...
### Problem Statement There are very few spans created by the Spring integration. Having extra spans may help developers fix slow requests. ### Solution Brainstorm We could: - create spans...