Skip to content

Commit

Permalink
enabled sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
ezechuka committed May 11, 2022
1 parent f509a54 commit 9b105bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ dependencies {
def lifecycle_version = "2.5.0-beta01"

implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"

// Sentry
implementation 'io.sentry:sentry-android:5.7.3'
}

// Allow references to generated code
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<meta-data
android:name="io.sentry.dsn"
android:value="https://[email protected]/6394834" />

<meta-data
android:name="io.sentry.traces.sample-rate"
android:value="1.0" />
</application>

</manifest>
Binary file removed app/src/main/englishwhiz_icon-playstore.png
Binary file not shown.

0 comments on commit 9b105bf

Please sign in to comment.