Loading lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 2 def versionPatch = 3 def releasePatch = "alpha" Loading lib/src/main/AndroidManifest.xml +12 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,18 @@ <application> <!-- sentry --> <!-- manual configuration so that we only enable sentry if enabled in developer options --> <meta-data android:name="io.sentry.auto-init" android:value="false" /> <meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" /> <meta-data android:name="io.sentry.traces.user-interaction.enable" android:value="true" /> </application> </manifest> No newline at end of file Loading
lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 2 def versionPatch = 3 def releasePatch = "alpha" Loading
lib/src/main/AndroidManifest.xml +12 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,18 @@ <application> <!-- sentry --> <!-- manual configuration so that we only enable sentry if enabled in developer options --> <meta-data android:name="io.sentry.auto-init" android:value="false" /> <meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" /> <meta-data android:name="io.sentry.traces.user-interaction.enable" android:value="true" /> </application> </manifest> No newline at end of file