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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Java and Android SDK for Sentry

Travis AppVeyor GH Workflow Tests codecov Language grade: Java Total alerts

Packages bintray API
sentry-android sentry-android 16
sentry-android-core sentry-android-core 14
sentry-android-ndk sentry-android-ndk 16
sentry-android-timber sentry-android-timber 14
sentry-core sentry-core 14
sentry sentry
sentry-spring-boot-starter sentry-spring-boot-starter
sentry-spring sentry-spring
sentry-spring-boot-starter sentry-spring-boot-starter
sentry-appengine sentry-appengine
sentry-log4j sentry-log4j
sentry-logback sentry-logback

Java SDK 2.0 Docs

The Java SDK documentation can be found on docs.sentry.io.

Java SDK version 1.x can still be found here.

Android Docs

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

Migration page from sentry-android 1.x to sentry-android 2.0.

Blog posts

New Android SDK How-to.

Adding Native support to our Android SDK.

Samples

Sample App. with Sentry Android SDK and Sentry Gradle Plugin.

Sample for Development.

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.

Resources

  • Java Documentation
  • Android Documentation
  • Forum
  • Discord
  • Stack Overflow
  • Code of Conduct
  • Twitter Follow