Thom Lawrence
Thom Lawrence
`wrap-size` treats custom records types as maps, pulling all keys out and interpolating between them, instead of calling the custom interpolator on the record type. This causes errors when trying...
It's common to want to abort an in-progress HTTP request, perhaps if a more recent request comes along (for example the case of multiple autocomplete requests), or if the user...
Right now the context code lets you specify extra keys and values, and has a hard coded representation. However there are various special keys that Sentry supports (e.g. the "os"...