Joris Bayer
Joris Bayer
In tandem with https://github.com/getsentry/relay/pull/1483, provide a new project config key that defines how many custom measurements an event may contain. To distinguish between custom and built-in measurements, the latter are...
This is a PoC for adding Python bindings to argmin. See PR comments for open questions. Currently, only the Newton solver is implemented. TODO: - [ ] Call provided cost...
## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [ ] Checked Vercel...
It seems that `Statement::to_string` overflows for deep expressions even if the default [recursion limit](https://github.com/sqlparser-rs/sqlparser-rs/pull/764) is able to parse the expression without error: ```rust #[test] fn render_overflow() { let expr =...
Histogram outliers are a static piece of metrics extraction config that can be moved to global config. This will reduce network traffic, project config sizes in redis and first and...
A user reported a negative crash-free rate. We figured out that there's a single 10-second interval in which a very high number of crashed sessions was reported, but the number...
## Background From the beginning, Relay was designed to respond to incoming requests as fast as possible. For example, we optimistically respond with 200 even if we don't know whether...
The envelope buffer does not need to peek to function correctly. Without peek, the stack interface becomes easier to implement. When an element is removed from a stack, we now...
Relay currently has three separate utility classes for glob matching: | module | translation to regex | regex caching | capturing | configurable | multiple | builder | mode |...