Out Of Memory
Learn how to turn off Out Of Memory tracking
We renamed this integration to watchdog terminations in the 8.0.0 release. The out of memory integration and the watchdog terminations integration are the same thing. The only difference is the name.
If you'd like to opt out of this feature, you can do so using options:
Copied
import Sentry
SentrySDK.start { options in
options.dsn = "https://examplePublicKey@o0.ingest.sentry.io/0"
options.enableOutOfMemoryTracking = false
}