Skip to content

Commit f4a666d

Browse files
committed
feat(frontend): Add span streaming POC
1 parent 542997e commit f4a666d

3 files changed

Lines changed: 279 additions & 1121 deletions

File tree

frontend/src/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import './assets/main.css'
2222
environment: dataSet.sentryEnvironment,
2323
release: dataSet.sentryRelease,
2424
tracesSampleRate: 1.0,
25+
traceLifecycle: 'stream',
2526
profilesSampleRate: 1.0,
2627
replaysSessionSampleRate: 1.0,
2728
replaysOnErrorSampleRate: 1.0,
@@ -36,6 +37,7 @@ import './assets/main.css'
3637
},
3738
}),
3839
Sentry.browserProfilingIntegration(),
40+
Sentry.spanStreamingIntegration(),
3941
Sentry.replayIntegration({
4042
maskAllText: false,
4143
blockAllMedia: false,

0 commit comments

Comments
 (0)