Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Configure Prout to add Sentry Releases
Browse files Browse the repository at this point in the history
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
rtyley authored May 18, 2017
1 parent 5fd63a1 commit f921843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prout.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"url": "https://contribute.theguardian.com/uk",
"overdue": "14M"
}
},
"sentry": {
"projects": ["contributions", "contributions-js"]
}
}

0 comments on commit f921843

Please sign in to comment.