[Crashlytics] recordError(error, jsErrorName) - jsErrorName not working on android in prod #5114
Unanswered
vitali-kastsiuk
asked this question in
Q&A
Replies: 2 comments 2 replies
-
its probably because prod builds are minimized and obfuscated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used oficial documentation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
recordError(error: Error, jsErrorName?: undefined | string): void;
withjsErrorName
and it works on iOS for both dev and prod (i see separated Non-fatals), but on android I still see.java <unknown>
output for all my logs(only for prod build, dev is OK). What could be wrong?Beta Was this translation helpful? Give feedback.
All reactions