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 4932f78 commit b906003Copy full SHA for b906003
README.md
@@ -136,8 +136,9 @@ The name must have the following format: `<Category>/<Name>`
136
This method gracefully stops trace.
137
138
```javascript
139
-trace.stop()
+trace.stop(cb)
140
```
141
+Accepts a node-style callback to be called when trace stopped.
142
143
Note: There is no way to restart trace after calling this method. You should end your process after calling this
144
method.
0 commit comments