Enable Sentry browser profiling

This commit is contained in:
Sebastian Serth
2023-08-18 09:52:52 +02:00
parent 36f0e5cc24
commit 4fc38c7208
3 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,7 @@ window.SentryIntegrations = function() { // Publish sentry integration in global
new SentryIntegration.ReportingObserver(),
new SentryIntegration.ExtraErrorData(),
new SentryIntegration.HttpClient(),
new Sentry.BrowserProfilingIntegration(),
new Sentry.BrowserTracing(),
new Sentry.Replay(),
]