Skip to content

cysp/sentry-dsym-upload-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sentry-dsym-upload-buildkite-plugin

A Buildkite plugin to upload iOS app debugging symbols to Sentry.

Example

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

Environment Variables

SENTRY_AUTH_TOKEN

Specifies the Sentry authentication token

Options

org

Specifies the Sentry organization slug

org-from

Specifies the environment variable containing the Sentry organization slug

Default: SENTRY_ORG

project

Specifies the Sentry project slug

project-from

Specifies the environment variable containing the Sentry project slug

Default: SENTRY_PROJECT

info-plist (optional)

Specifies the path to the Info.plist to allow Sentry to associate the symbols with a build

path

Specifies the path to the .dSYM to upload

License

MPL 2.0 (see LICENSE)

About

A Buildkite plugin to upload iOS app debugging symbols to Sentry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages