justinsisley / mercenary

The force multiplier web app stack
3 stars 2 forks source link

Allow bug tracking by release with Sentry #120

Closed justinsisley closed 6 years ago

justinsisley commented 6 years ago

Create a new release when deploying: https://sentry.io/anyteam/anyteam/settings/release-tracking/

curl https://sentry.io/api/hooks/release/builtin/232295/3d99341f8bf6ac08152aaceef9e117373e28d01db755d8a560d656cb8fc033d9/ \
  -X POST \
  -H 'Content-Type: application/json' \
  -d '{"version": "x.x.x"}'
justinsisley commented 6 years ago

Even better, just allow a post-deploy hook.