Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/angular
SDK Version
7.31.1
Framework Version
Angular 14.2.8
Link to Sentry event
No response
SDK Setup
Sentry.init({
...environment.sentryApi,
replaysSessionSampleRate: 0.5,
replaysOnErrorSampleRate: 1.0,
integrations: [
new Sentry.Replay(),
new Sentry.Integrations.TryCatch({
XMLHttpRequest: false
}),
new BrowserTracing({
tracingOrigins: ['apiUrl']
})
],
tracesSampleRate: 0.5
});
Steps to Reproduce
Add the Replay integration to the Angular app. Without it the website is smooth, as soon as I add it it gets super slow continuously
Expected Result
Add Replay shouldn't impact performance so much, or it's basically becomes unusable
Actual Result
Everything is slow
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Community
Status
No status