-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
Currently we have a 'checksum' attribute in the API. We want to deprecate that (as people shouldnt need to know how the server works), and add a new attribute which allows you to send both free-standing and templated hints.
# a completely custom fingerprint
fingerprint = ['my', 'custom', 'values']
# appending to the default value
fingerprint = ['{{default}}', 'my', 'value']
# FUTURE USE: adding additional templated params
fingerprint = ['{{default}}', '{{http.url}}', '{{http.method}}']
# client use
client.captureException(fingerprint=[...])
Metadata
Metadata
Assignees
Labels
No labels