Skip to content

Commit 1cbb7cc

Browse files
authored
feat(frontend): Add span streaming POC (#356)
1 parent 542997e commit 1cbb7cc

3 files changed

Lines changed: 45 additions & 43 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,

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@sentry/vue": "^10.20.0",
12+
"@sentry/vue": "10.21.0-alpha.1",
1313
"@sentry/vite-plugin": "^4.5.0",
1414
"axios": "^1.12.2",
1515
"vue": "^3.5.22",

0 commit comments

Comments
 (0)