We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit proxy and context representation to the breadcrumbs the same way we do with py.test plugin.
The text was updated successfully, but these errors were encountered:
Add stories as breadcrumbs:
>>> from raven import breadcrumbs >>> def processor(data): ... data.update({ ... 'message': """ ... Story.method: ... pass ... ... Context: ... a = 1 ... """, ... 'category': 'story', ... }) ... >>> breadcrumbs.record(processor=processor) >>> from raven.contrib.django.raven_compat.models import client >>> client.captureException()
Sorry, something went wrong.
No branches or pull requests
Submit proxy and context representation to the breadcrumbs the same way we do with py.test plugin.
The text was updated successfully, but these errors were encountered: