Skip to content

Commit 480ff61

Browse files
feat(apple): Not reporting OOMs on simulators (#5295)
Only merge after releasing getsentry/sentry-cocoa#1970.
1 parent 081c77c commit 480ff61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platforms/apple/common/configuration/out-of-memory.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ When a user launches the app, the SDK checks the following statements and report
1515
* The app was in the foreground/active.
1616
* The user launched the app at least once. When your app produces an OOM during the first launch, the SDK can't detect it.
1717
* There was no debugger attached to the process of the app. If there was, our logic would falsely report OOMs whenever you restarted the app in development.
18+
* The app is not running on a simulator.
1819
* The OS did not update your app.
1920
* The user didn't update the OS of their device.
2021
* The user didn't terminate the app manually, and neither did the OS.

0 commit comments

Comments
 (0)