Skip to content

Commit 2ee5f89

Browse files
committed
More
1 parent 8a582c0 commit 2ee5f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# `@sentry-internal/node-native-stacktrace`
22

33
A native Node.js module that can capture JavaScript stack traces for registered
4-
main or worker threads, even if event loops are blocked.
4+
main or worker threads from any other thread, even if event loops are blocked.
55

6-
The module provides the means to create a watchdog system to track event loop
6+
The module also provides a means to create a watchdog system to track event loop
77
blocking via periodic heartbeats. When the time from the last heartbeat crosses
88
a threshold, JavaScript stack traces can be captured. The heartbeats can
99
optionally include state information which is included with the corresponding

0 commit comments

Comments
 (0)