mirror of https://github.com/cirruslabs/tart.git
Upload debug files to both Sentry projects (#552)
* Upload debug files to both Sentry projects Apparently it's not possible to share debug files cross projects. So let's upload to both of them. To one we use in production and one we use for testing. * Use environment variable
This commit is contained in:
parent
8653ca4115
commit
826e508646
|
|
@ -128,9 +128,11 @@ task:
|
|||
# Generate and upload symbols
|
||||
- dsymutil tart
|
||||
- sentry-cli debug-files upload tart.dSYM/
|
||||
- SENTRY_PROJECT=tart sentry-cli debug-files upload tart.dSYM/
|
||||
# Bundle and upload sources
|
||||
- sentry-cli debug-files bundle-sources tart.dSYM
|
||||
- sentry-cli debug-files upload tart.src.zip
|
||||
- SENTRY_PROJECT=tart sentry-cli debug-files upload tart.src.zip
|
||||
create_sentry_release_script:
|
||||
- export SENTRY_RELEASE="tart@$CIRRUS_TAG"
|
||||
- sentry-cli releases new $SENTRY_RELEASE
|
||||
|
|
|
|||
Loading…
Reference in New Issue