getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 147 forks source link

feat: Add capture functions which takes fingerprint as parameter #245

Open bohyunjung opened 5 years ago

bohyunjung commented 5 years ago

raven-go did not support providing specified fingerprint which will be included in the packet that will be sent to the Sentry server. 6da7a07 introduces some new capturing functions that goes with the existing ones side-by-side, which takes fingerprint parameter.

This fixes #231.

This is my very first attempt to make a contribution to an open source project, so please let me know if there's anything that does not meet the requirements.

kamilogorek commented 5 years ago

Thanks! That's too much of a change for me to review right now, as I'm working on https://github.com/getsentry/sentry-go/ which already has this feature, but I'll try to find some time soon to do that.