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 379539c commit 3ea4d15Copy full SHA for 3ea4d15
demo-vue/app/App_Resources/Android/before-plugins.gradle
@@ -0,0 +1,4 @@
1
+ext {
2
+ sentryVersion = "7.1.0"
3
+ sentryGradleVersion = "4.1.0"
4
+}
demo-vue/app/main.ts
@@ -17,6 +17,7 @@ async function startSentry() {
17
enableNativeCrashHandling: true,
18
enableAutoPerformanceTracking: false,
19
enableAutoSessionTracking: false,
20
+ enablePerformanceV2: true,
21
attachScreenshot: true,
22
release: `${__APP_ID__}@${__APP_VERSION__}+${__APP_BUILD_NUMBER__}`,
23
dist: `${__APP_BUILD_NUMBER__}.${__ANDROID__ ? 'android' : 'ios'}`
0 commit comments