This repository was archived by the owner on Aug 30, 2023. It is now read-only.
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
How to add a Fingerprint to the Capture? #231
Open
Description
Hi, we're using the Capture*
API like CapureError
(https://godoc.org/github.com/getsentry/raven-go#CaptureError). Is it possible to attach a fingerprint to the packet sent?
I see that Fingerprint
s exist on the Packet, but can't find a way to add it to the packet except by constructing a packet and losing out on all the logic that happens inside CaptureError
.