Skip to content

Instantly share code, notes, and snippets.

@vudngo
Created March 1, 2018 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vudngo/cd57c8c4707f44254355e043a3ad8fda to your computer and use it in GitHub Desktop.
Save vudngo/cd57c8c4707f44254355e043a3ad8fda to your computer and use it in GitHub Desktop.
from raven import Client
client = Client('YOUR DSN')
try:
1 / 0
except ZeroDivisionError:
client.captureException(fingerprint=['CUSTOM', 'FINGERPRINT'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment