Skip to content

Update dependency @sentry/browser to v8

Sheldon Led requested to merge led/update-sentry-browser-v8 into master

What does this MR do and why?

Sentry major version had some breaking changes so renovate bot (!153530 (closed)) couldn't handle the upgrade. We have to do it ourselves.

Some references:

Why some many differences?

Sentry defines a good list of default integrations.

In v7 we needed a lot of customization to add non-default integrations such as BrowserTracing (to test browser performance). In v8, Sentry Browser adds made the default integrations opt-out, so we can use a simpler setup to have them.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Miguel Rincon

Merge request reports