Skip to content

Commit 0a2d12d

Browse files
committed
Sentry traces disabled
1 parent 215916b commit 0a2d12d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ android {
5050
applicationId "gr.scify.icsee"
5151
minSdkVersion 21
5252
targetSdkVersion 36
53-
versionCode 49
54-
versionName "5.1.5"
53+
versionCode 50
54+
versionName "5.1.6"
5555
buildConfigField("String", "SHAPES_DATALAKE_KEY", secretsProperties['SHAPES_DATALAKE_KEY'])
5656
manifestPlaceholders = [
5757
sentryDsn: sentryProps.getProperty("defaults.dsn", "YOUR_DEFAULT_DSN_IF_NOT_FOUND_DEBUG") // Added _DEBUG for clarity

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
android:logo="@drawable/icsee_logo"
2929
android:theme="@style/Theme.AppCompat.NoActionBar">
3030
<meta-data android:name="io.sentry.dsn" android:value="${sentryDsn}" />
31+
<meta-data android:name="io.sentry.traces.sample-rate" android:value="0.0" />
3132
<!-- Support for 16KB memory page sizes on Android 15+ -->
3233
<property
3334
android:name="android.app.16kb_page_size.enabled"

0 commit comments

Comments
 (0)