Matt Robenolt
Matt Robenolt
> I am bundling raven-node with Webpack for use in the browser. You shouldn't be using raven-node for that. raven-node will not run in a browser and you must use...
How I worked around this, was using the `Unimplemented*Handler` struct and `reflect`. It's not possible, afaict, to reflect the actual interface generated, but fortunately, the Unimplemented struct also covers the...
> We intended to do exactly this, right down to focusing on the http.RoundTripper interface! We haven't started work yet, so the timing is perfect - PlanetScale's requirements can help...
And just for additional context, our other use case for a generic HTTP RoundTripper that supports this functionality is an HTTP proxy component. In our case, we run an effectively,...
🙏 thanks all, this is what I've been waiting for as well.
I can easily do it if master is green. For the longest time is was broken if we bumped uap-core, and I didn't want to invest the time to figure...
Also fwiw, Sentry (https://github.com/getsentry/sentry) still depends on this library and we use it heavily, so we do have vested interest in keeping it going. We've just apparently not had any...
I think I'm going to be updating this to calver this week. It's a trivial change, but then I can better automate just bumping versions monthly or on some more...
@coder543 Yeah, so if this is the case, we need to support a few different interfaces and signatures here. Even if we used the signature directly out of `pkg/errors`, it's...
Why is this needed on the `Client` as a whole? Seems bad to assume that any exception will always have the exact same number of frames to skip considering a...