Ryan Albrecht

Results 38 comments of Ryan Albrecht

I had the same issue too, but I was able to get around it. I was doing something like: ``` // broken function foo() { const content = JSON.stringify({name: "foo"},...

Putting in some real-world examples Here's how it can look when things are not truncated: the slash should be at the end, not the start of the string The intention...

Have only updated the Details page so far. Also, fetching errors is something that will change after the addition of the `error_ids: string[]` field in the details payload.

cc @JoshFerge & @cmanallen Can you guys add links, when they are ready, to the blueprint and/or the code as a reference?

I think tooltips rolls in nicely together #29, so look out for those together. I do also have a task for myself to add a glossary (https://github.com/pinterest/bonsai/projects/1#card-3221025) so look out...

@boneskull are you seeing modules repeated in the tables? That shouldn't be happening. Each module should only be listed once on the page, in your example of `A` and `B`...

cc @jas-kas can you help to fill out a description on this please? imo it should say at least: - where the tooltip appears (either on the column header, do...

Example of recording metrics: https://github.com/getsentry/sentry/pull/38370

We're going to start the replay near the timestamp of the specific error event.

We've clarified this other ticket: https://github.com/getsentry/sentry/issues/33887. That says that on the Issue Details page we will start the replay at the timestamp when the error happened. Given this change, i...