demarches-normaliennes/app/javascript/shared/activestorage
Pierre de La Morinerie 6f4075f38e javascript: fix FileUploadError stacktraces
When subclassing a JS error, most browsers include the constructor
stacktrace :/

This is an issue, because:
- The stacktrace is deeper than it should be
- The stacktrace reaches into a polyfill for which there is not source
map, which causes Sentry to infer the issue grouping from the JS file
name. And the fingerprinted name changes on each release. So for each
release, the stacktrace is different ; and Sentry can't group issues
properly.
2020-04-23 12:27:26 +02:00
..
file-upload-error.js javascript: fix FileUploadError stacktraces 2020-04-23 12:27:26 +02:00
progress-bar.js dossiers: allow auto upload of attachments 2020-03-31 13:09:44 +02:00
ujs.js javascript: don't report connectivity issues to Sentry 2020-04-16 11:20:45 +02:00
uploader.js javascript: fix the progress bar removal on success 2020-04-16 17:02:23 +02:00