Make Flutter Web Sentry error report readable?

685

Give this a try:

When you build your app, use the --source-maps option to enable building the source maps:

flutter build web --source-maps

Then, upload the source maps to Sentry using the command line interface:

sentry-cli releases files "myapp-1.0.0+1" upload-sourcemaps /Users/me/myapp/build/web
Share:
685
FlutterFirebase
Author by

FlutterFirebase

Updated on December 20, 2022

Comments