DEV Community

Yash
Yash Subscriber

Posted on

Is it possible to get exact stacktraces for a react native app on firebase crashlytics?

The current firebase crashlytics crashreport shows the error in bundle with line number and char number.
Is there any way that i can configure the firebase crashlytics to give me exact stacktraces wrt my code?

I came around a concept of uploading source map files to firebase crashlytics but i doubt that it'll work for my react native app as the error occured in the bundle and not in the native code.

Top comments (0)