Construct a Sentry URL from the Event id alone

Hi,

Is there any way to get to a webpage/URL on the Sentry web app, using the event id alone (for instance 2a4f33d0cd0d43999d4cabae32f842b0)?

I’m storing the Sentry events from my iOS app, but I’d like to be able to link from my backend (where I have event ids, and potentially the project’s ID) to the corresponding Sentry page.

Julien

Ok, I actually found a satisfactory answer in this past thread: Event_id -> sentry issue url?