Skip to content

Commit 0a8b05d

Browse files
committed
chore: demo
1 parent 5f4e3eb commit 0a8b05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo-vue/app/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ async function startSentry() {
3232
enableStallTracking: true,
3333
}),
3434
],
35+
enableUIViewControllerTracing: false,
36+
enableUserInteractionTracing: false,
37+
enableAutoBreadcrumbTracking: false,
3538
});
3639
setTimeout(()=>{
3740
Sentry.withScope(scope => {

0 commit comments

Comments
 (0)