arroyo icon indicating copy to clipboard operation
arroyo copied to clipboard

Arroyo creates slightly confusing stacktraces for application level errors

Open JoshFerge opened this issue 2 years ago • 2 comments

https://sentry.sentry.io/issues/4252310678/events/ab963ef95d334ca1b8b20079b4421d41/?project=1

this error seems like it comes from the arroyo library code, even though it happened in our application level code. It would be nice if we could have more straighforward stacktraces from our consumer errors.

JoshFerge avatar Jun 28 '23 16:06 JoshFerge

image

untitaker avatar Jun 28 '23 16:06 untitaker

I think this is very similar to the grouping issues we had in native, with random signal handlers interrupting the work of the main thread. We should try and figure out some additional updates to the grouping algorithm to make those stacktraces group better (truncate a few threadbases) + also add logic to arroyo so that teh stacktrace becomes more readable

untitaker avatar Jun 28 '23 16:06 untitaker