Raven-Java for Google AppEngine

Raven module allowing to use GoogleApp Engine and its task queueing system.

License

License

Categories

Categories

Net
GroupId

GroupId

net.kencochrane.raven
ArtifactId

ArtifactId

raven-appengine
Last Version

Last Version

6.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Raven-Java for Google AppEngine
Raven module allowing to use GoogleApp Engine and its task queueing system.

Download raven-appengine

How to add to project

<!-- https://jarcasting.com/artifacts/net.kencochrane.raven/raven-appengine/ -->
<dependency>
    <groupId>net.kencochrane.raven</groupId>
    <artifactId>raven-appengine</artifactId>
    <version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kencochrane.raven/raven-appengine/
implementation 'net.kencochrane.raven:raven-appengine:6.0.0'
// https://jarcasting.com/artifacts/net.kencochrane.raven/raven-appengine/
implementation ("net.kencochrane.raven:raven-appengine:6.0.0")
'net.kencochrane.raven:raven-appengine:jar:6.0.0'
<dependency org="net.kencochrane.raven" name="raven-appengine" rev="6.0.0">
  <artifact name="raven-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kencochrane.raven', module='raven-appengine', version='6.0.0')
)
libraryDependencies += "net.kencochrane.raven" % "raven-appengine" % "6.0.0"
[net.kencochrane.raven/raven-appengine "6.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.kencochrane.raven : raven jar 6.0.0
com.google.appengine : appengine-api-1.0-sdk jar 1.9.17a
org.slf4j : slf4j-api jar 1.7.9

test (5)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2
org.jmockit : jmockit jar 1.14
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.testng : testng jar 6.8.13

Project Modules

There are no modules declared in this project.


Sentry SDK for Java and Android

GH Workflow codecov Discord Chat

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

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.

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.

Android: Note on multiple crash reporting SDKs

Installing multiple crash reporting SDKs isn't supported. They race each other on taking the signal handler (for native crashes) and it often results in only 1 of the SDKs capturing the error. This is also due to the limitations of what can run there (like allocating memory etc) and how long the app lives. This limitation also affects the Java layer, given that the operating system will kill the app before more than one SDK is able to process the crash and save the error to storage.

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
net.kencochrane.raven

Sentry

Real-time crash reporting for your web apps, mobile apps, and games.

Versions

Version
6.0.0
5.0.2
5.0.1
5.0
4.2.2
4.2.1
4.2