Skip to content

Commit b181f85

Browse files
committed
demo: enable attachScreenshot
1 parent e9e565f commit b181f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo-vue/app/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ async function startSentry() {
1313
debug: true,
1414
flushSendEvent: true,
1515
enableNativeCrashHandling: true,
16-
enableAutoPerformanceTracking: true
16+
enableAutoPerformanceTracking: false,
17+
enableAutoSessionTracking: false,
18+
attachScreenshot:true
1719
});
1820
setTimeout(()=>{
1921
// Sentry.withScope(scope => {

0 commit comments

Comments
 (0)