dschmidt / ember-cli-deploy-sentry

An ember-cli-deploy-plugin to upload javascript sourcemaps to Sentry
MIT License
42 stars 51 forks source link

Associate commits with a release #61

Closed patocallaghan closed 5 years ago

patocallaghan commented 5 years ago

Apologies if this is already possible but I couldn't easily find the information how to do it.

We're looking to associate our releases with a specific Git commit. See the Sentry documentation here on how to do it.

If you were using Sentry CLI you'd do something like the following to associate your release with a commit (where $VERSION is the revisionKey).

sentry-cli releases set-commits --auto $VERSION

Is it possible to do this with ember-cli-deploy-sentry? If not any suggestions how to add this functionality? I'd be interested in adding it if it's something you're interested in having.

dschmidt commented 5 years ago

To be honest I haven't used this plugin in a long time and I'm not 100% there is or there is no way to achieve this. But at least it's not documented in any way so I tend to think it's not.

It sounds like a nice addition, patch would be appreciated certainly!

patocallaghan commented 5 years ago

@dschmidt Cool, thanks. Yep I'll see if I can put together something for this 👍