Skip to content

Commit 56c68ef

Browse files
committed
readme update
1 parent d3fb052 commit 56c68ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ All initialization options:
8383
#### Manual profiling
8484
*Optional*
8585

86-
Use `agent.profile()` to instruct the agent when to start and stop profiling. The agent decides if and which profiler is activated. Normally, this method should be used in repeating code, such as request or event handlers. If `autoProfiling` is disabled, this method will also periodically report the profiling data to the Dashboard. Usage example:
86+
Use `agent.profile()` to instruct the agent when to start and stop profiling. The agent decides if and which profiler is activated. Normally, this method should be used in repeating code, such as request or event handlers. Usage example:
8787

8888
```javascript
8989
const span = agent.profile();

0 commit comments

Comments
 (0)