Kev

Results 18 comments of Kev

Hey there, is this a frontend transaction? Sentry has a limit of 1000 spans within a transaction, after which we stop recording per each transaction. In frontend transactions we also...

`transaction.status` has always been a problem for the frontend, and yes `unknown` seems wrong for a frontend, I'm guessing native is basing it off the same decisions as the js...

That's a great suggestion @amitnavindgi I'm going to forward this to the involved teams. In the meantime if you need to exclude specific transactions beyond that list you can always...

@wmak just `tail -f ` in a new tmux pane... We can change this later if people find they're doing that 🤷

I've run into a similar issue with drop before, and it was due to the fact that width of the element wasn't properly defined for the object when drop was...

@InterstellarStella you'll have to add the example dashboard for the screenshot since I tried to repro, currently it alphabetically sorts (which is why `2.10.0` will be after `2.2.0`), which is...

@InterstellarStella okay so it _is_ sorting properly on the underlying release name, but you're using releases across projects (which makes sense it would sort differently. So that we don't have...

@InterstellarStella in this case it's not a release column from the `errors & transactions` dataset, it's `releases (sessions,.. etc)` which I'm not as familiar with, TE team might be able...