Skip to content

A Sentry SDK for Java, Android and other JVM languages.

License

Notifications You must be signed in to change notification settings

Beezig/sentry-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Sentry SDK for Java and Android

Travis AppVeyor GH Workflow Tests codecov

Packages Bintray Maven Central Android API
sentry-android sentry-android Maven Central 16
sentry-android-core sentry-android-core Maven Central 14
sentry-android-ndk sentry-android-ndk Maven Central 16
sentry-android-timber sentry-android-timber Maven Central 14
sentry sentry Maven Central 14
sentry-servlet sentry-servlet Maven Central
sentry-spring-boot-starter sentry-spring-boot-starter Maven Central
sentry-spring sentry-spring Maven Central
sentry-logback sentry-logback Maven Central
sentry-log4j2 sentry-log4j2 Maven Central

Java SDK 3.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.

Releases from sentry-android 2.x and its changelogs.

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

About

A Sentry SDK for Java, Android and other JVM languages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 54.2%
  • Kotlin 44.7%
  • C 0.8%
  • Makefile 0.1%
  • CMake 0.1%
  • C++ 0.1%