You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
I see that Fingerprints 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.
The text was updated successfully, but these errors were encountered:
DarrenTsung
changed the title
How to use Fingerprint?
How to add a Fingerprint to the Capture?
Jan 23, 2019
@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.
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
.The text was updated successfully, but these errors were encountered: