Francesco Gringl-Novy

Results 422 comments of Francesco Gringl-Novy

On v8.3, what breadcrumbs are you getting? Could you share the link to an example trace? Isolation _should_ work there, we have tests for this too, but maybe there are...

So it's normal to get breadcrumbs for stuff that happened before a request started. Not sure if this is what is happening here, but you have to think of the...

I see! We'll continue to try to figure out what's happening there, I'll keep this issue open in todo until somebody finds some time to investigate this in more detail....

It does not appear to me as if that error would come from this `captureMessage` call. The error message captured indicates this is probably some `Event` or similar being captured,...

> From `__serialized__`, and a fair amount of google-fu, we were able to ascertain that `Object captured as exception with keys: ...` was being generated by `datatables.net` code which was...

> > we can't possibly parse & understand every thing that any library could possibly throw as an error - the JS ecosystem is simply too large for this to...

All we do here is we capture uncaught exceptions. If some code does this, we have a hard time - again, without access to the underlying code etc. it is...

in v8, you can add any data via the scope, which will be picked up by the feedback event like any other event. You can do either this: ```js Sentry.captureFeedback(...

Hello! The things you mentioned, can be updated by mutating the options on the client: ```js getClient().getOptions().tracesSampleRate = 0.5; ``` This is not _super_ clean and there are some options...

To add on to this, if you are using the Loader script with Replay enabled, there is no real way to do this right now. The Loader Script will automatically...