Closed jzavisek closed 4 years ago
Hi @jzavisek - what is the application version reported on your error? This is displayed on the 'App' tab of your error event.
Hello @phillipsam Do you mean this?
@jzavisek yea You will need to set the application version in your app: https://docs.bugsnag.com/platforms/javascript/configuration-options/#appversion
The source map will only be applied if the url and app version reported by the error event match the url and app version for the uploaded source map. Since your source map has a version of 3.30.0
, you will need your error event to report the same.
I see, that makes sense. Thanks for the clarification @phillipsam.
@jzavisek No problem. Closing for now, but let us know if you have further issues!
It seems that Bugsnag dashboard is unable to load sourcemaps files for wildcard URLs. I use this configuration:
These are the results:
Dashboard doesn't match source map file to the error. Any ideas?