GoogleCloudPlatform / stackdriver-errors-js

Client-side JavaScript exception reporting library for Cloud Error Reporting
https://cloud.google.com/error-reporting/
Apache License 2.0
362 stars 54 forks source link

ES5 -> ES6 #106

Closed bjon closed 3 years ago

bjon commented 3 years ago

Drop support for ES5. Sites supporting old ES5 (IE11) probably uses polyfills anyway.

By require ES6, the bundle size can be reduced a lot.

ES5: 57431 bytes, stackdriver-errors-concat.min.js
ES6: 32054 bytes, stackdriver-errors-concat.min.js