Environment
Chromium 38, @sentry/webpack-plugin 3.5.0.
Steps to Reproduce
- Build the app with webpack and
@sentry/webpack-plugin included in the list of plugins.
- Run the app in an old browser.
Expected Result
The app starts up without errors.
Actual Result
A syntax error near let keyword is thrown upon app start.
Additional Details
Sentry injects some code that has let in it. let syntax is not supported by the old browsers.