Skip to content

Commit

Permalink
Merge pull request #320 from ivpn/task/fdroid-remove-sentry-references
Browse files Browse the repository at this point in the history
[F-Droid] Remove Sentry references
  • Loading branch information
jurajhilje committed Jun 3, 2024
2 parents c392d73 + 80e8e88 commit f635d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
tools:overrideLibrary="com.google.zxing.client.android"
tools:ignore="GoogleAppIndexingWarning, HardcodedDebugMode">

<meta-data android:name="io.sentry.auto-init" android:value="false" />

<activity
android:name="net.ivpn.core.v2.timepicker.TimePickerActivity"
android:theme="@style/AppTheme.Transparent" />
Expand Down
4 changes: 0 additions & 4 deletions fdroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
android:hasFragileUserData="false"
tools:ignore="HardcodedDebugMode">

<meta-data
android:name="io.sentry.dsn"
android:value="${SENTRY_DSN}" />

</application>

</manifest>

0 comments on commit f635d2d

Please sign in to comment.