Packages | bintray |
---|---|
sentry-android | |
sentry-android-core | |
sentry-android-ndk | |
sentry-core |
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.
Adding Native support to our Android SDK.
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.