Closed dr5hn closed 2 years ago
No worries, I have plans for a major release dropping the ES5 bundles and this will go great with that! Thanks 🙏
@stayallive Is there any ETA I can expect? As I want to use these options.
No, sorry, don't have an ETA. As soon as I find the time I will make the release including this PR.
Since it requires a major release and I have another feature to include I can't rush this unless I want to release multiple major releases in a short time.
For the time being you can rollback to the plugin bundling the JS SDK lower than 7 or apply your patches manually.
Hope you can understand 👍
@stayallive Thanks so much for quick turnaround 👍🏼
First of all, Thanks for this amazing package. 🙇🏼♂️ I would like to bring your attention to one deprecated public option.
From v7.x onwards blacklistUrls and whitelistUrls are deprecated.
Ref. to latest v7.10.0 sentry-javascript app.js https://github.com/getsentry/sentry-javascript/blob/5a3ed510ca5fc74efd6bc42f1569adb696619f86/packages/browser/examples/app.js#L39-L42
Ref. PR https://github.com/getsentry/sentry-javascript/pull/2671/files
Edit: If you want, I can add backward compatibility code, so no one has to worry about upgrading the package. Please let me know. Or You've to release a new major version.