-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm currently using Raygun with our apps Flutter web build and it works very well, thank you! 👍🏻
BUT Flutter web release builds produce minified JS which currently gives not very useful stack traces in Raygun for the Flutter web app.
Raygun's documentation outlines support for sourcemaps so I was hoping to use it with Flutter web as currently Flutter is perfectly able to produce a sourcemap. Because we don't want to make our sourcemap publicly available I attempted to upload the sourcemap to Raygun per the documentation but it seems to have no affect on the stack traces shown in Raygun.
According to the Raygun sourcemap docs, they want you to upload the un-minified JS file as well as the sourcemap file, but this doesn't exist for Flutter as the sourcemap maps to Dart sources not JS.
Would you have any advice on how this can work with Raygun and raygun4flutter?