mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-02 16:23:34 +02:00
13 lines
541 B
XML
13 lines
541 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
|
|
~ SPDX-License-Identifier: GPL-3.0-only
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<application>
|
|
<meta-data android:name="io.sentry.dsn" android:value="${sentryDsn}" />
|
|
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
|
|
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
|
|
</application>
|
|
</manifest>
|