In my Django app's custom 500 handler, I can display the reference ID of the Sentry event using the template code {{ request.sentry.id }}
-- but where do I see this ID listed in the getsentry.com reporting interface? All I can see is the timecode of the event and the event details and stacktrace etc. there without the reference ID.
NOTE: I'm using the free Sentry tier via a Heroku plug-in. It's Sentry version 6.0.0.
Just to fill in blanks, there's two things: