Skip to content

Commit 3ea4d15

Browse files
author
farfromrefuge
committed
chore: demo
1 parent 379539c commit 3ea4d15

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ext {
2+
sentryVersion = "7.1.0"
3+
sentryGradleVersion = "4.1.0"
4+
}

demo-vue/app/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ async function startSentry() {
1717
enableNativeCrashHandling: true,
1818
enableAutoPerformanceTracking: false,
1919
enableAutoSessionTracking: false,
20+
enablePerformanceV2: true,
2021
attachScreenshot: true,
2122
release: `${__APP_ID__}@${__APP_VERSION__}+${__APP_BUILD_NUMBER__}`,
2223
dist: `${__APP_BUILD_NUMBER__}.${__ANDROID__ ? 'android' : 'ios'}`

0 commit comments

Comments
 (0)