Open DarrenTsung opened 5 years ago
Unfortunately, there's no way to do that now. Labeled as a feature, as it's something that we definitely should bring here.
@kamilogorek Can I look into this issue, if it is not being dealt with? I also need to add fingerprint to the packets, so I would like to implement the feature.
Definitely, feel free to do that
Hi, we're using the
Capture*
API likeCapureError
(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 insideCaptureError
.