Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 893 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 893 Bytes

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.