Dennis Beatty

Results 26 comments of Dennis Beatty

We shipped this in our codebase today and you can see the results here (the change was deployed at 18:10 where you see the memory usage sharply drop): Compare this...

Now with a couple more days' traffic, you can better see the longer term results of the change (deployed at the point where the cursor/line are on the memory graph):...

We're seeing this same behavior in our system, but mostly with transactions rather than errors. We have very spiky traffic where we're processing relatively few requests per minute for most...

I spent some more time digging into this today, and found a couple different things in the SDK docs on Sentry's website. And I have a proposal at the end....

@solnic I'll work on that PR and send it over sometime in the next week or two.

@capoccias replays in an Elixir app still go through the Browser SDK. The Elixir SDK doesn't manage replays at all. If you're using Phoenix, you'll likely need to manage `replaysSessionSampleRate`...