mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
683 B
683 B
Setting up sentry-cli
Contact the Keyman team if you need access to sentry.keyman.com for development. You will also need to install sentry-cli for uploading Debug symbols. After setting up your personal Auth token, add the following to ~/.bashrc
export SENTRY_AUTH_TOKEN={your Sentry auth token}
export SENTRY_URL=https://sentry.keyman.com
export SENTRY_ORG=keyman
# select the appropriate project here:
export SENTRY_PROJECT=keyman-android
To validate your configuration, for example for keyman-android, from the android/ folder run sentry-cli info.