Closed danielle-h closed 2 years ago
If you scroll down there are usually dedicated sections for Device
and Operating System
- are those missing for you?
yes, they are missing:
@danielle-h Can I see your SDK init code snippet?
In my AndoridManifest.xml file:
<meta-data
android:name="io.sentry.dsn" android:value="https://<my-dsn-here>.ingest.sentry.io/6154520" />
<!-- Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
TODO We recommend adjusting this value in production. -->
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
dsn changed for publication.
@danielle-h which device and OS version are you testing to? Can you provide a minimal reproducible example?
I don't know what device this occurred on. I have contacted my testers but no one has reported a crash yet.
The crash was a NoSuchMethodError
on GetDrawable
in the launch activity. I was not able to reproduce it. I was hoping for platform/device information in order to be able to do so :)
Subsequent crashes did appear with device information.
Thanks, please let us know if you get any more information, I can't reproduce this issue with the few devices and emulators I have access to.
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it. Cheers!
Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK: sentry-android:5.5.2
I have the following issue:
A crash was reported with no user or platform information. Instead, I get a hashtag and a question mark: (no platform section at all)
Steps to reproduce: app gradle:
sentry.properties
in root is configured with project, org and token. Actual result: I received a crash report with no platform or user data, and I don't know in which Android version or phone the crash occurred. Expected result: A 'platform' or 'user' section with type of device and android version