Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bfaf7ef authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch 'manifest-changes' into 'main'

Manifest changes

See merge request !2
parents 42b45864 a8f1acd1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ plugins {

def versionMajor = 0
def versionMinor = 0
def versionPatch = 2
def versionPatch = 3
def releasePatch = "alpha"


+12 −0
Original line number Diff line number Diff line
@@ -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