### Problem Statement Have sentry detect when a promise never resolves and give the stacktrace to where the promise was created. Can maybe be done with async context, and can use v8 inspector API to get stacktrace. ### Solution Brainstorm Something like https://github.com/gajus/timeout-idle-promise? We'd need to find a way to filter out intentionally unresolved promises (we use this technique for the ANR watchdog child process). Maybe we can also look at open handles?