bugsnag-js
bugsnag-js copied to clipboard
Remove @bugsnag/core/lib/es-utils/reduce and keys
Goal
- Remove @bugsnag/core/lib/es-utils/reduce and replace it with
Array.prototype.reduce() - Remove @bugsnag/core/lib/es-utils/keys and replace it with
Array.prototype.keys()
Design
Publish core as ES module with TypeScript
Changeset
Remove @bugsnag/core/lib/es-utils/reduce and keys
Testing
Covered by existing end to end and unit tests