sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
## :scroll: Description AppStartMetrics stops appStartProfiler only if no activity ever started ## :bulb: Motivation and Context We were always stopping appStartProfiler after application creation. Not a real issue, as...
I'm getting a lot of exceptions of this kind: ``` NullPointerException Attempt to read from field 'java.util.List f.f.c.j.b.a.t.a.b' on a null object reference ``` The stacktrace is perfectly deobfuscated and...
Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.7. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.7 **Fixes**: - Further clean up of the exported dependency configuration. ([#1013](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1013), [crashpad[#106](https://github-redirect.dependabot.com/getsentry/sentry-native/issues/106)](https://github-redirect.dependabot.com/getsentry/crashpad/pull/106)) - Clean-up scope...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.5.1 ### Proguard Enabled ### Version 7.12.0 ### Steps to Reproduce I'm using the Sentry plugin (4.10.0) and I've noticed...
### Description We could instrument Android's [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager) (and maybe other schedulers like [AlarmManager](https://developer.android.com/develop/background-work/services/alarms/schedule) or [JobDispatcher](https://developer.android.com/develop/background-work/background-tasks/persistent/migrate-from-legacy/firebase)) and power our `Queues` module. Potential things we could capture: * Job Status * Job...
Let's provide only the English locale by default and let the user override all labels [as described in the docs](https://docs.sentry.io/platforms/javascript/user-feedback/configuration/).
### Description Add new API, as well as implement new Protocol definition
### Description ### Description This function is the base functionality needed to allow capturing user feedback while including tags, `replay_id`, `trace_id`, etc. It's part of the 'new user feedback' product...
### Problem Statement Hi! I use the performance v2 feature, and as the next step, I'd like to measure specific operations time during the `application.load` operation, for example, and enrich...
### Integration sentry-android ### Build System Gradle ### AGP Version n/a ### Proguard Enabled ### Version 7.12.0 ### Steps to Reproduce Add ` ` to android manifest (this is what...