Denis Andrašec

Results 175 comments of Denis Andrašec

@buenaflor We also catch errors thrown in the SDK in various parts of the SDK and call the logger with them, so they will never reach our backend anyway AFAIK....

@buenaflor So i checked the current SDK behaviour. Took the call to `OnErrorIntegration` from our example app. We also call `getCurrentStackTrace` deeper in the SDK if we have an empty...

@buenaflor I'm not sure if moving the code that takes the screenshot to the `SentryScreenshotWidget` is even neccessary, as the user facing API is `SentryFlutter.captureFeedback`. Pls add ur 2 cents.

@buenaflor 🤦‍♂️

@buenaflor Issues should be addressed now.

@buenaflor Last week I created a sample project with Flutter + Subase as an evaluation. I wan't to try this out before we merge.

@buenaflor Ok, looking good with the sample app. The error client is being called and breadcrumbs created. Only thing i saw that the hub does not have a span, so...

@buenaflor Ok, then we need to implement some kind of (memory) persistence.

@ueman Will check it out, thx for the tip. Just static state within the widget that we then clear was also the first thing that came to my mind.

@ueman Checked the docs for SR. It is described that unique ID on iOS on the project level has to be set in the `State Restoration on iOS` section. I'm...