For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disable OOM Crashes

By default Out of Memory Crashes are captured by the SDK and sent to your dashboard. However, you can still disable them using the following API.

CrashReporting.OOMEnabled = false

Last updated