Matt Johnson-Pint

Results 423 comments of Matt Johnson-Pint
trafficstars

> so the main is not async OOTB What I meant was, that being in top-level code (no main) is it the same as being in an async main? I've...

> > The transaction marked as failed and links to the error > > > Only a transaction was captured and its status was unknown. > > where do i...

One gotcha that can make it hard to find transactions - select the project *first*. Otherwise you're on the wrong tab and won't see them. (I wrote that UX bug...

@bruno-garcia - I think Simon and I are both confused just about where specifically to look for the problem in the Sentry UI. Where do we see the expected "Session...

I was able to get a crashed session that shows a release with 100% crash free session rate: ![image](https://user-images.githubusercontent.com/1396388/194192266-bef5b67d-8762-4603-bddb-a6dbeb0708bd.png) From the payload emitted during debug (whitespace added): ```json {"type": "session",...

Something else is going on here, perhaps on the back end. I tried again without any changes and this time I get 0%. Well, first it shows up blank and...

Doing some more testing, it would seem some of this is related to latency with updating the stats on the back end. Let it sit a minute or so, refresh,...

One interesting thing I just noticed with the logs at the top of the issue. They show a session start, and then a *transaction*, but never an event or session...

From: https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#troubleshooting > ... In addition, broken subtraces can occur when Sentry receives an error for a trace, but the corresponding transaction does not exist. In this case, the error...

Since we can't reproduce the issue (I always get a crashed session update), I'll close this for now. Continuing the discussion about unfinished transactions in #1975.