rollbar / rollbar.js

Error tracking and logging from Javascript to Rollbar
https://docs.rollbar.com/docs/javascript
MIT License
571 stars 213 forks source link

Remove arrow functions in browser target #1073

Closed waltjones closed 1 year ago

waltjones commented 1 year ago

Description of the change

This PR removes arrow functions that aren't compatible with IE11 and some other browsers. (The Rollbar.js build process currently doesn't include a transpile step that would make this compatible.)

Type of change

Related issues

Fixes https://github.com/rollbar/rollbar.js/issues/1064

https://app.shortcut.com/rollbar/story/120517

Development

Code review