David Cramer

Results 236 comments of David Cramer

If we're still committed to this being a good (enough) implementation I'm happy to get this merged. In general it seems fine to me, and is probably nicer than an...

@tylrtrmbl I actually hate that I wrote captureExceptions :) Maybe we can call it wrapWithCapture or something (theres probably a better name)

That actually doesnt sound surprising to me. The uWSGI request/response cycle isnt a known quantity to Sentry, and we dont reset breadcrumbs at the start of a request IIRC. I'm...

We can add it to the docs, though theres quite a heavy cost to add more 'frameworks' to the core integration. They quickly end up out of date, not tested...

I suppose we could do provide a built-in replacement to server_error which handles passing in the required context from Sentry. There's good reasons you don't want context in general to...

@ollb this isn't a Django feature, and while I agree we should allow some ability to make this less noisy, we're not going to make a one-off to try and...

@olib I mean arbitrary in that sentry is far wider reaching than just Django and it's not a management command that is happening for Sentry reporting.

I would like to see: 1. How much work it is to support SNI / http proxy by ourselves 2. How much work it is to vendor requests 3. How...

The client has a backoff timer, so the longer the upstream server is down, the longer it will wait. That said, it shouldn't be maintaining a connection (its HTTP), and...