Skip to content

Commit a377c48

Browse files
authored
Merge pull request #49 from sergiosentry/feature-enable-screenshots
Feature enable screenshots
2 parents 8ccec69 + b1b48c9 commit a377c48

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId "com.example.vu.android"
3838
minSdkVersion 21
3939
targetSdkVersion 29
40-
versionCode 23
41-
versionName "2.3.0"
40+
versionCode 24
41+
versionName "2.4.0"
4242

4343
externalNativeBuild {
4444
cmake {

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
<meta-data
7777
android:name="empowerplant.domain"
7878
android:value="https://application-monitoring-flask-dot-sales-engineering-sf.appspot.com" />
79+
<meta-data
80+
android:name="io.sentry.attach-screenshot"
81+
android:value="true" />
7982

8083
</application>
8184

0 commit comments

Comments
 (0)