Dealing with web app restarts... again

@Jeremie_L question for you about setting up Sentry in the web app. I’m currently only using this in my mobile apps. Is the setup basically the same? You posted in one of my posts a while back with some setup suggestions, which I bookmarked

Does the same API folder also work in web, and is this part in the App.Opening still accurate?

Dim sentryDSN As String = “https://thesentryURL+ID”

self.Sentry = jly_Sentry.GetInstance(sentryDSN)