Getting too much undiagnosable errors - Flutter Sentry in Web #1718
Unanswered
NicolasDionB
asked this question in
Q&A
Replies: 1 comment 6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently set-up Sentry in our project and now that it's in production and used by thousands of people we get a lot of errors and some are not quite useful. By that I mean that we get errors coming from the Flutter SDK or some obscure package. That is fine but the stack given for the error is deep and also sometimes minified and so, really hard (if possible!) to diagnose and fix. Such an example is:
When we have errors coming from our code, the stack is mostly fine but outside of that scope, it's minified and we also have a warning at the top saying there are some "Missing Sources Context", like this:
We upload the sources using
sentry_dart_plugin
, with the following config:Finally in my
SentryFlutter
init, I put the following options:So on this I have a few questions:
Any input on this would be great! Thanks
Beta Was this translation helpful? Give feedback.
All reactions