nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Support for Sentry Breadcrumbs #72

Open dahlia opened 7 years ago

dahlia commented 7 years ago

Read about Sentry's Breadcrumbs feature first. It's also good to read raven-python's related hacks — they support requests and httplib by default:

https://github.com/getsentry/raven-python/blob/6.0.0/raven/breadcrumbs.py#L279-L354