You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @chriscarman-mp! I see you are setting release in your sentry init. The plugin is reading release and dist from your pubspec.yaml per default. Please also set a dist and make sure they are the same as in pubspec.yaml.
Platform
Flutter Web
Obfuscation
Disabled
Debug Info
Disabled
Doctor
Version
8.13.2
Steps to Reproduce
Setup sentry for Flutter web and record an exception in release mode with error object and stack trace.
My settings are as follows:
pubspec.yaml
main.dart
I'm then building for web and then uploading the source maps as follows:
Expected Result
Stack trace on https://sentry.io should show the stack trace in dart files, not the compiled javascript files.
Actual Result
Stack traces are shown in the compiled javascript files.
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: