Replies: 1 comment
-
It seems like many error logging libraries are expecting the stack trace to use the |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get source maps working but the stack that iOS is throwing doesn't seem to play nicely with most error logging services. I've created a sample using the following code:
I've included the output on both Android and iOS below. The Android output seems to be sane and in an expected format but the iOS output is not. Does anyone have experience dealing with this kind of issue?
iOS Output
Android Output
Beta Was this translation helpful? Give feedback.
All reactions