Philipp Hofmann
Philipp Hofmann
> online / connection_type: do we want to use Apple's Reachability class for this? We definitely don't want to add a third party library for such a small feature. Either...
I don't fully get your problem, @markuswahl-2. Can you please answer the following questions to clarify this issue: 1. As you linked to the dart repo, I assume your app...
FYI, the Cocoa SDK creates the OOM errors on [heuristics](https://docs.sentry.io/platforms/apple/configuration/out-of-memory/). There is no 100% guarantee that your app really crashed. Especially on hybrid platforms such as Flutter and RN, we...
This could be related to https://github.com/getsentry/sentry-cocoa/issues/1877
Hey @markuswahl-2, can you try to update to 7.18.0, because #1877 might have fixed the issue.
I'm sorry to hear that, @markuswahl-2. Does your app do any background work? Could it be that it runs in the background and then goes into the foreground when the...
Yes, that's normal for sure, but I'm just asking because it could be that we don't detect this properly. Do you maybe have `enableAutoSessionTracking` disabled, @markuswahl-2? If so, https://github.com/getsentry/sentry-dart/pull/905 would...
> Do I understand it correctly that setting enableAutoSessionTracking to false (while keeping the default value of enableOutOfMemoryTracking of true), and waiting for https://github.com/getsentry/sentry-dart/pull/905 to become available, I might expect...
@markuswahl-2, I'm out of ideas. If you want, can you maybe send me the link to your project to [email protected] so that I can look at your data? Maybe I...
Thanks a lot for your update, @markuswahl-2. I didn't have time yet to look at your setup. I will get back to you later.