Skip to content

rubenquadros/Sentry-Exception-Handling

Repository files navigation

Sentry-Exception-Handling

Learn how you can gracefully handle exceptions in android.

Sentry SDK is used to capture and report the exceptions.

To capture exceptions in your Sentry project replace https://examplePublicKey@o0.ingest.sentry.io/0 in AndroidManifest.xml. Follow this to find your DSN

<meta-data android:name="io.sentry.dsn" android:value="https://examplePublicKey@o0.ingest.sentry.io/0" />

About

Learn how you can gracefully handle exceptions in android

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages