qualaio / buildpack-sentry-sourcemaps

Upload sourcemaps to Sentry right after a build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buildpack-sentry-sourcemaps

Heroku buildpack to upload sourcemaps to Sentry using sentry-cli.

Usage

Define the following configuration variables within Herkou app. See Heroku Documentaiton for more informaiton.

  • SENTRY_AUTH_TOKEN: the Sentry API authentication token
  • SENTRY_ORG: the Sentry organization the project lives under
  • SENTRY_PROJECT: the Sentry project the source maps belong too

Getting Sentry Auth Token

You can get it on the API page. The token needs the project:write scope to be able to upload. The token value would be saved as the SENTRY_AUTH_TOKEN configuration variables.

License

MIT.

About

Upload sourcemaps to Sentry right after a build

License:MIT License


Languages

Language:Shell 100.0%