Build(deps): bump @sentry/browser from 7.99.0 to 7.100.0

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 7.99.0 to 7.100.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.99.0...7.100.0)
This commit is contained in:
2024-02-07 04:39:30 +00:00
parent 37a33eaff3
commit cea536691f
3 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Sentry.init({
enabled: env.sentryEnabled,
dsn: 'https://da2e8d42185a4013909d49955432a116@o365290.ingest.sentry.io/5187660',
integrations: [
new Sentry.BrowserTracing({ traceFetch: false }),
Sentry.browserTracingIntegration({ traceFetch: false }),
Sentry.replayIntegration(),
],
environment: env.name,