Philipp Hofmann
Philipp Hofmann
@armcknight, to enforce this rule, we could enable the swiftlint rule for the tests again https://github.com/getsentry/sentry-cocoa/blob/faaf832acdece0118cf8e9e20d3e4cf3c568691f/Tests/.swiftlint.yml#L6 We could allow specific usages of it in the code by disabling the lining...
cc @armenzg
We could use the same approach as we already do for getting memory statistics for profiles https://github.com/getsentry/sentry-cocoa/blob/3297d6e29cd37151f68e9c605aea8b44e5e432cb/Sources/Sentry/SentryMetricProfiler.mm#L176-L177
We could also add a memory footprint breadcrumb every x seconds for x seconds after receiving this warning, to see if the footprint goes down.
@DM1145, what did you need to do to make it work for Xcode Cloud, @DM1145?
I didn't [find anything related to adding docs for Xcode Cloud](https://github.com/getsentry/sentry-docs/issues?q=xcode+cloud) in our docs repo except for troubleshooting for React-Native. @brustolin, do you know if we have an issue for...
Thanks a lot @sowenjub 👏
I see a couple of similar crashes in our [internal SDK crash detection project](https://sentry.sentry.io/issues/?project=4505469596663808&query=is%3Aunresolved+addBreadcrumbForSessionTask&referrer=issue-list&sort=user&statsPeriod=30d). I @MilosStanojcic-TomTom, do you by any chance, have a way to reproduce this?
Thanks for the update @MilosStanojcic-TomTom.
Yes, that could be related @zeqinjie. Thanks for the update.