Skip to content

getsentry/sentry-java

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 19, 2021
Jul 1, 2021
Aug 25, 2021
Oct 22, 2020
Jul 15, 2021
Nov 11, 2019
Jul 16, 2021
Sep 2, 2021
Aug 19, 2021
Aug 23, 2021
Aug 30, 2021
Aug 19, 2021
Aug 19, 2021
Aug 13, 2021
Jul 28, 2021
Aug 19, 2021
Aug 13, 2021
Aug 19, 2021
Aug 19, 2021
Aug 13, 2021
Aug 19, 2021
Aug 13, 2021
Aug 19, 2021
Aug 30, 2021
Aug 19, 2021
Sep 2, 2021
Aug 17, 2021
Sep 16, 2019
Sep 6, 2019
May 7, 2021
Oct 23, 2019
Aug 30, 2021
Dec 7, 2020
Nov 6, 2019
May 11, 2020
Jul 8, 2021
Jul 19, 2021
Aug 19, 2021
Mar 22, 2021
Oct 31, 2019
Aug 26, 2021
Jul 15, 2021
Sep 3, 2020
Oct 31, 2019
Aug 23, 2021

Repository files navigation


Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions

Sentry SDK for Java and Android

GH Workflow codecov Discord Chat

Packages Maven Central Android API
sentry-android Maven Central 16
sentry-android-core Maven Central 14
sentry-android-ndk Maven Central 16
sentry-android-okhttp Maven Central 21
sentry-android-timber Maven Central 14
sentry-android-fragment Maven Central 14
sentry-apache-http-client-5 Maven Central
sentry Maven Central 14
sentry-jul Maven Central
sentry-kotlin-extensions Maven Central
sentry-servlet Maven Central
sentry-spring-boot-starter Maven Central
sentry-spring Maven Central
sentry-logback Maven Central
sentry-log4j2 Maven Central

Useful links and docs

Current Javadocs generated from source code.

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

Migration page from sentry-android 1.x and 2.x to sentry-android 4.x.

Migration page from sentry 1.x to sentry 4.x.

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

Sentry Android Gradle Plugin repo sits on another repo

Blog posts

New Android SDK How-to.

Adding Native support to our Android SDK.

How to use Sentry Attachments with Mobile Applications.

Performance Monitoring for Android Applications.

Close the Loop with User Feedback.

A Sanity Listicle for Mobile Developers.

Supporting Native Android Libraries Loaded From APKs.

Samples

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

Sample App. with Sentry Java SDK.

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.

Sentry Self Hosted Compatibility

Since version 3.0.0 of this SDK, Sentry version >= v20.6.0 is required. This only applies to on-premise Sentry, if you are using sentry.io no action is needed.

Resources

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