Closed danielcompton closed 2 years ago
:tada: This issue is included in version core@6.0.2 :tada:
The release is available on GitHub release
:tada: This issue is included in version browser@6.0.1 :tada:
The release is available on GitHub release
:tada: This issue is included in version angular@6.1.4 :tada:
The release is available on GitHub release
Great, thanks! Looking good.
@danielcompton thank you!
🐞 Bug report
Description
https://bundlephobia.com/package/@micro-sentry/browser@6.0.0 shows that a big part of the package size comes from tslib. Is that necessary in the browser bundle?
Reproduction
Go to https://bundlephobia.com/package/@micro-sentry/browser@6.0.0
Expected behavior
https://bundlephobia.com/package/@micro-sentry/browser@6.0.0 doesn't show tslib (if possible?)
Versions
Additional context
It looks like tslib is only being used for
__assign
. Would it be possible to use a different polyfill or perhaps avoid Object.assign and add the keys directly?