-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
Projects
Status
Waiting for: Community
Status
No status