File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,11 @@ Sentry.init({
66 dsn : useRuntimeConfig ( ) . public . sentry . dsn ,
77 tunnel : `http://localhost:3031/` , // proxy server
88 tracesSampleRate : 1.0 ,
9- trackComponents : true ,
9+ integrations : [
10+ Sentry . vueIntegration ( {
11+ tracingOptions : {
12+ trackComponents : true ,
13+ } ,
14+ } ) ,
15+ ] ,
1016} ) ;
Original file line number Diff line number Diff line change @@ -6,5 +6,11 @@ Sentry.init({
66 dsn : useRuntimeConfig ( ) . public . sentry . dsn ,
77 tunnel : `http://localhost:3031/` , // proxy server
88 tracesSampleRate : 1.0 ,
9- trackComponents : true ,
9+ integrations : [
10+ Sentry . vueIntegration ( {
11+ tracingOptions : {
12+ trackComponents : true ,
13+ } ,
14+ } ) ,
15+ ] ,
1016} ) ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Sentry.init({
66 dsn : useRuntimeConfig ( ) . public . sentry . dsn ,
77 tunnel : `http://localhost:3031/` , // proxy server
88 tracesSampleRate : 1.0 ,
9- trackComponents : true ,
109 integrations : [
1110 Sentry . piniaIntegration ( usePinia ( ) , {
1211 actionTransformer : action => `Transformed: ${ action } ` ,
@@ -15,5 +14,10 @@ Sentry.init({
1514 ...state ,
1615 } ) ,
1716 } ) ,
17+ Sentry . vueIntegration ( {
18+ tracingOptions : {
19+ trackComponents : true ,
20+ } ,
21+ } ) ,
1822 ] ,
1923} ) ;
You can’t perform that action at this time.
0 commit comments