Releases: getsentry/sentry-fastlane-plugin
Releases · getsentry/sentry-fastlane-plugin
1.2.0
1.1.0
- Added three new actions
sentry_create_release
sentry_upload_file
sentry_upload_sourcemap
- Thanks @wschurman - Added support for Distributions in sentry
- Bumped
sentry-cli
version to1.6.0
1.0.4
1.0.2
1.0.1
1.0.0
0.1.2
- Added timeout and ability to use curl instead of restclient
Set new timeout
and use_curl
config items in either your Fastfile
or .env
file
# Your call to sentry should look something like this...
sentry_upload_dsym(
timeout: 120,
use_curl: true
)
// This is what could/should be added to your .env file
SENTRY_USE_CURL=true
SENTRY_TIMEOUT=180
0.1.1
- Added dSYM zip for running actual tests
- Verify dSYM paths
- Give more informative error messages when getting a 401 or 404 from Sentry API
- Displays full error when dSYM uploaded not successful