Make Flutter Web Sentry error report readable? Make Flutter Web Sentry error report readable? dart dart

Make Flutter Web Sentry error report readable?


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