Markus Hintersteiner
Markus Hintersteiner
Thanks for reaching out! Could you clarify if you're using Camera Intents or the Camera X library? ([https://developer.android.com/media/camera/camerax](https://developer.android.com/media/camera/camerax))On our end we should definitely filter out any camera views by default.
@lobsterkatie as Roman pointed out, `sentry-java` starts sending `exception_id`, `parent_id` and `is_exception_group` with SDK version >= 8.0.0, could this be the root cause? IIRC there was some ordering logic which...
Closing this one for now, as this could create noisy breadcrumbs - let's have the thermal state as e.g. a context instead.
@maximkir-fl thanks for getting in touch with us, could you provide us some additional information about this crash? - on which devices / os versions are you seeing this crash?...
@maximkir-fl thanks for getting back to us! This definitely looks odd, one more question: Does your app use any native (C/C++) code? If not you can disable the NDK integration,...
@maximkir-fl did you have time to look into this?
@maximkir-fl we're closing this issue for now. If you have any feedback for us, please let us know and we'll re-open this issue.
@devPalacio thanks for the detailed report, sorry to hear it's not working as expected. The changes were introduced in https://github.com/getsentry/sentry-android-gradle-plugin/pull/716 and https://github.com/getsentry/sentry-android-gradle-plugin/pull/720 . Alongside supporting K2, we also simplified how...
It's worth mentionning that the `event.release` is `null`, as well as the `context.app.appversion/build`, [so it seems our backfilling logic](https://github.com/getsentry/sentry-java/blob/158d6889e5a1251c2dd5dc566869594f12c80004/sentry-android-core/src/main/java/io/sentry/android/core/AnrV2EventProcessor.java#L373-L405) is not working as intented.
@rodolfoBee could you verify that the scope persistence isn't disabled via options? By default it's turned on, but it can be disabled via `options.setEnableScopePersistence(false)`, which would have the side effect...