This repository has been archived by the owner on May 15, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure Prout to add Sentry Releases
Sentry recently released some interesting functionality around tracking issues related to specific code-changes: https://blog.sentry.io/2017/05/01/release-commits.html ...and Prout now has some basic support for this: guardian/prout#47 To activate Prout's support, you just need to add a stanza like this to your `.prout.json`: ``` "sentry": { "projects": ["contributions", "contributions-js"] } ``` ...those project slugs correspond to the Sentry projects used with this stack: * https://sentry.io/the-guardian/contributions/ * https://sentry.io/the-guardian/contributions-js/
- Loading branch information