We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4e3eb commit 0a8b05dCopy full SHA for 0a8b05d
demo-vue/app/main.ts
@@ -32,6 +32,9 @@ async function startSentry() {
32
enableStallTracking: true,
33
}),
34
],
35
+ enableUIViewControllerTracing: false,
36
+ enableUserInteractionTracing: false,
37
+ enableAutoBreadcrumbTracking: false,
38
});
39
setTimeout(()=>{
40
Sentry.withScope(scope => {
0 commit comments