Denis Andrašec
Denis Andrašec
@philipphofmann Maybe it's enough to mark the headers in question as package private, wdyt?
Closed in favor of https://github.com/getsentry/sentry-cocoa/pull/4486
@brustolin @philipphofmann Turns our we do need the explicit module after all to import the needed files in Flutter when integrating through SPM. Therefore i reopened this PR.
> I think it's also not a good experience if the screenshot is 'inconsistent', some errors have it, some don't Fair point, this would indeed be an issue and potentially...
@buenaflor The app in the simulator hangs if session replay is enabled. Probably because there are too many ViewHierarchyElements being created/destroyed in a short amount of time (~64k objects). Without,...
@buenaflor Still need to test this on an actual iOS device. In the meantime, can the user in question use something like exponential backoff until we come up with a...
Ok, working on iPhone 16 Pro. Short spike in memory usage (Xcode), but goes through without issues. Can test later on an iPhone X.
Looking at the code, we do drop the envelopes due to back pressure, but this is probably happening too late, as we only do this before calling `transport`. https://github.com/getsentry/sentry-dart/blob/136c365a518666b435c0638af8bcd45b2be3e57a/dart/lib/src/sentry_client.dart#L634 ...
@buenaflor Added a PR for widget debounce. Do you think this will resolve this issue or should we introduce additional measures?
So i tried to reproduce this, but with no luck. The example app keeps working and crashes are reported on sentry.io I guess we can close this @kahest if there...