Replies: 1 comment
-
Hello @echives, here are the docs regarding WatchDogTermination (WDT).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our team wants to monitor OOM recently, and i wonder if we can use Sentry to achieve that. After my test with Sentry WatchDogTermination, i have the following questions, can someone help me out🙏🏻
DispatchQueue.global().async { var a = [Int]() while true { a.append(1) } }
thanks
Beta Was this translation helpful? Give feedback.
All reactions