Skip to content

Add checksum hints to API #1657

@dcramer

Description

@dcramer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions