sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 3.3.2. Release notes Sourced from gradle/wrapper-validation-action's releases. v3.3.2 [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will...
Bumps [gradle/actions](https://github.com/gradle/actions) from 579fbbe7221704325eb4c4d4bf20c2b0859fba76 to 90f1de055606f0041bed57fdbee974a43650e639. Commits 90f1de0 [bot] Update dist directory da512b5 Update known wrapper checksums db19848 [bot] Update dist directory 941b289 Avoid running Gradle 3.5.1 on MacOS where...
_#skip-changelog_ just to trigger CI for now
### Integration sentry-android ### Build System Gradle ### AGP Version unknown ### Proguard Enabled ### Version unknown ### Steps to Reproduce 1. Use [ViewPager2](https://developer.android.com/jetpack/androidx/releases/viewpager2) 2. Enable performance and our [FragmentLifecycleIntegration](https://github.com/getsentry/sentry-java/blob/main/sentry-android-fragment/src/main/java/io/sentry/android/fragment/FragmentLifecycleIntegration.kt)...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.2.0 ### Proguard Disabled ### Version 7.6.0 ### Steps to Reproduce 1. Have Sentry enabled, and run it on an...
## :scroll: Description Attaches the ttid/ttfd contribution flags to all spans within a txn, if the txn contains a ttid/ttfd span. ## :bulb: Motivation and Context Relevant docs PR: https://github.com/getsentry/develop/pull/1250/files...
### Description When [SentryOptions.empty()](https://github.com/getsentry/sentry-java/blob/4b32504a16c1ffd2325208184a90b34a8252fb02/sentry/src/main/java/io/sentry/SentryOptions.java#L2047-L2049) is used (e.g. in a `NoOpHub`), we still eagerly initialize some of the class members, for example: * [JsonSerializer](https://github.com/getsentry/sentry-java/blob/4b32504a16c1ffd2325208184a90b34a8252fb02/sentry/src/main/java/io/sentry/SentryOptions.java#L105) * [ClientReportRecorder](https://github.com/getsentry/sentry-java/blob/4b32504a16c1ffd2325208184a90b34a8252fb02/sentry/src/main/java/io/sentry/SentryOptions.java#L369) * [EnvelopeReader](https://github.com/getsentry/sentry-java/blob/4b32504a16c1ffd2325208184a90b34a8252fb02/sentry/src/main/java/io/sentry/SentryOptions.java#L102) I think, those...
### Description If the API `Sentry.reportFullyDisplayed` is called too early, we [overwrite the TTFD measurement](https://github.com/getsentry/sentry-java/blob/0156268df028b6dc5f707a36a9baad0493fa9ca6/sentry-android-core/src/main/java/io/sentry/android/core/ActivityLifecycleIntegration.java#L563-L564), but we set it in the TTID span, not the TTFD one. The problem is...
## :scroll: Description An attempt to see what works / is broken, as well if this may resolves our stuck github runners. ## :bulb: Motivation and Context ## :green_heart: How...
#skip-changelog ## :scroll: Description We extended `ConcurrentHashMap`, exposing lots of stuff as public API and making it hard to combine `Contexts`. I've now moved this map into a property we...