sentry-java
                                
                                 sentry-java copied to clipboard
                                
                                    sentry-java copied to clipboard
                            
                            
                            
                        A Sentry SDK for Java, Android and other JVM languages.
## :scroll: Description Add all OTEL attributes to span data ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed...
### Description We want to remove the `enableTracing` option at some point as it's causing confusion regarding incoming traces. Also tracing != performance https://github.com/getsentry/team-sdks/issues/84
Meta issue: https://github.com/getsentry/team-mobile/issues/189 Currently, WebViews, RN and native layers keep their own traceId. We could enhance the debugging experience by sharing trace across the hybrid applications layers. Examples * RN...
### Description Also don't forget about the docs.
### Description Just like `TracesSamplerCallback`, we want to have a callback capable sampling errors. This feature already exists in our [Python SDK](https://docs.sentry.io/platforms/python/configuration/sampling/#dynamically-sampling-error-events). ```Python sentry_sdk.init( # ... error_sampler=my_sampler, ) ``` Right...
### Description In the v8 of the Java SDK we changed OkHttp sub-spans to span attributes. This is how they are shown at the moment: We may highlight them in...
### Description LeakCanary has a whole section on how to integrate heap analysis with bugsnag https://square.github.io/leakcanary/leakcanary-for-releases/. We could do something similar and either send a new event, or send the...
Replay: https://sentry-sdks.sentry.io/replays/816c1cd2294a45ee99cc12a968a4ab7b When taking a screenshot of a Dialog window it gets stretched (probably because we take a SS at a different size than the screen resolution) ![Google Chrome 2024-07-15...
### Integration sentry-android ### Build System Gradle ### AGP Version latest ### Proguard Enabled ### Version latest ### Steps to Reproduce Try Beta Session replay with redaction on (default) ###...
### Description Opening https://developer.chrome.com/docs/android/custom-tabs using `expo-web-browser` stops replay and shows `App In Background` breadcrumbs, but after closing the in-app browser the replay does not resume. Using https://github.com/getsentry/sentry-java/releases/tag/7.12.0-alpha.4 and https://github.com/getsentry/sentry-react-native/pull/3930/commits/e9c611678d832d3d30ba674caf70ccd58cec8ab0 This...