Open dahlia opened 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:
requests
httplib
https://github.com/getsentry/raven-python/blob/6.0.0/raven/breadcrumbs.py#L279-L354
Read about Sentry's Breadcrumbs feature first. It's also good to read raven-python's related hacks — they support
requests
andhttplib
by default:https://github.com/getsentry/raven-python/blob/6.0.0/raven/breadcrumbs.py#L279-L354