A Buildkite plugin to upload iOS app debugging symbols to Sentry.
steps:
- name: ":package:"
command: .ci-scripts/build-and-archive.sh
env:
SENTRY_ORG: organization
SENTRY_PROJECT: project
plugins:
- sentry-dsym-upload:
info-plist: .ci-artifacts/Xyzzy.xcarchive/Products/Applications/Xyzzy.app/Info.plist
path: .ci-artifacts/Xyzzy.app.dSYM
Specifies the Sentry authentication token
Specifies the Sentry organization slug
Specifies the environment variable containing the Sentry organization slug
Default: SENTRY_ORG
Specifies the Sentry project slug
Specifies the environment variable containing the Sentry project slug
Default: SENTRY_PROJECT
Specifies the path to the Info.plist to allow Sentry to associate the symbols with a build
Specifies the path to the .dSYM to upload
MPL 2.0 (see LICENSE)