We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a582c0 commit 2ee5f89Copy full SHA for 2ee5f89
README.md
@@ -1,9 +1,9 @@
1
# `@sentry-internal/node-native-stacktrace`
2
3
A native Node.js module that can capture JavaScript stack traces for registered
4
-main or worker threads, even if event loops are blocked.
+main or worker threads from any other thread, even if event loops are blocked.
5
6
-The module provides the means to create a watchdog system to track event loop
+The module also provides a means to create a watchdog system to track event loop
7
blocking via periodic heartbeats. When the time from the last heartbeat crosses
8
a threshold, JavaScript stack traces can be captured. The heartbeats can
9
optionally include state information which is included with the corresponding
0 commit comments