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

Upload sourcemaps to Sentry right after a build

License

Notifications You must be signed in to change notification settings

Airbase/buildpack-sentry-sourcemaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%