sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
Could you please consider using `androidx.startup:startup-runtime` instead of ContentProvider introduced in https://github.com/getsentry/sentry-java/pull/1487? Jetpack libraries (e.g. WorkManager) are migrating from ContentProvider to App Startup library in order to improve app startup...
related to https://github.com/getsentry/sentry-java/issues/1827 and https://github.com/getsentry/sentry-java/issues/1822 Since they have different behavior on both platforms. on iOS it always returns the root transaction. on Android/Java it returns the latest active span.
We've decided that automatically created spans should be a child of the root transaction. It'll be a flat list of spans but the timeline is still correct due to the...
### Description Add support for Clicks for now, because swipes/scrolls is not that easy to implement for the first version. - [ ] Automatically collect breadcrumbs for clicks - [...
_Platform:_ - [X] Java -> 8 - [X] Logback -> - [X] Spring -> 5.13 The version of the SDK: **5.5.2** --- I have the following issue: The provided spring...
Eg https://github.com/getsentry/sentry-java/pull/1440/files#r619501561 worth checking on other non-verified actions too
### Problem Statement No easy way for users using https://github.com/google/volley to integrate with Sentry ### Solution Brainstorm A package that creates breadcrumbs and adds spans. Please 👍 if this is...
### Problem Statement At the moment Hub instances are stored in `ThreadLocal` variables. They are never cleaned up and thus cause servers like Tomcat to issue warnings as can be...
## :scroll: Description Sets the current thread flag in `SentryThreadFactory` ## :bulb: Motivation and Context Found via https://github.com/getsentry/sentry-java/issues/2047 but may not be the cause of that problem. ## :green_heart: How...
_#skip-changelog_ That's just a PoC of radiography as an attachment. Ideally Sentry UI would render that nicely. It should be a separate package since it needs to add the `com.squareup.radiography:radiography`...