Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

getsentry/sentry-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Android SDK for Sentry

Travis AppVeyor Tests codecov Language grade: Java Total alerts Discord Chat

Packages bintray
sentry-android sentry-android
sentry-android-core sentry-android-core
sentry-android-ndk sentry-android-ndk
sentry-core sentry-core

Docs

That's the initial page of the release 2.x and its docs.

Blog posts

New Android SDK How-to.

Adding Native support to our Android SDK.

Note

This SDK is under development and will be published as version 2.0 which will be released by the end of 2019. It includes many new features including NDK support.

Sentry has been offering an official SDK for Android for years now. If you are looking for the stable, LTS support of Sentry, please refer to the 1.x and its docs.

Development

This repository includes sentry-native as a git submodule. To build against sentry-native checked-out elsewhere in your file system, create a symlink sentry-android-ndk/sentry-native-local that points to your sentry-native directory. For example, if you had sentry-native checked-out in a sibling directory to this repo:

ln -s ../../sentry-native sentry-android-ndk/sentry-native-local

which will be picked up by gradle and used instead of the git submodule. This directory is also included in .gitignore not to be shown as pending changes.