File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Use [stack-generator](https://github.com/stacktracejs/stack-generator) to genera
6767* ** offline: Boolean (default: false )** - Set to ` true` to prevent all network requests
6868
6969#### ` StackTrace.instrument(fn, callback, /*optional*/ errback)` => Boolean
70- Call callback with a _stack trace_ anytime ` interestingFn ` is called . Returns ` true` if given Function is successfully instrumented
70+ Call callback with a _stack trace_ anytime ` fn ` is called . Returns ` true` if given Function is successfully instrumented
7171* ** fn** - Function to wrap, call callback on invocation and call- through
7272* ** callback** - Function to call with stack trace (generated by ` StackTrace.get()` ) when fn is called
7373* ** errback** - (Optional) Function to call with Error object if there was a problem getting a stack trace.
You can’t perform that action at this time.
0 commit comments