Francesco Gringl-Novy
Francesco Gringl-Novy
Hey, we haven't gotten around to fixing this yet, sadly. It is on our TODO list, but we are pretty swamped with tasks right now - we'll hopefully get to...
@lforst is this still relevant on the current v8 branch?
Hey, `setExtra` and `setExtras` should continue to work as expected on the scope. I wonder, what do you do with the `scope = new Scope()`? I would avoid this and...
Good that it helped! still, I'm curious - could you paste what you do in `sendToSentry`, e.g. how do you pass the scope etc?
Not sure how `sentryClient.instance()` looks, but if this just returns a plain `Client` from the Sentry SDK, I think the syntax there needs to be: ```js this.sentryClient.instance().captureException(exception, {}, scope); ```...
Ahh, I see. Yeah, I think what you refactored this to is the best way to solve this - using `withScope` and `scope.captureException` 👍 I think the fundamental problem here...
FYI, we have just released v7.102.0, which should also have the function-based syntax fixed again! Thank you for reporting this.
Hey, so the problem here is that you are not calling `Sentry.init()` for the consecutive pages - however, the settings for replay etc. are not persisted via session storage, so...
I think the relevant question/problem here is how/where you inject the `Sentry.onLoad(...)` code into your page. Ideally this is injected into the generated HTML pages, then it should only run...
Is your page by chance public - if so, could you send me a link to try it out? 🤔 Because if it is really just embedded into the HTML,...