You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/callStack.ts
+38-20Lines changed: 38 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -11,36 +11,45 @@ import { FunctionContext } from "./tryCatchFinally";
11
11
* During onTry Context.func (that is about to be invoked) is replaced with a special function wrapper that has assigned unique name `callstack_callId:<context.callId>`.
12
12
* Now those function names in Error.captureCallstack() can be associated context.callstack.callId via list of context objects that are currently active.
13
13
*
14
-
* If you don't see actions in your callstack, increase Error.stackTraceLimit
14
+
* If you don't see actions in your callstack, increase Error.stackTraceLimit, but keep in mind that it impacts performance
0 commit comments