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 774c832 commit c70e310Copy full SHA for c70e310
docs/agent-api.asciidoc
@@ -281,7 +281,7 @@ Use this method to listen for RUM agent internal events.
281
The following events are supported for the transaction lifecycle:
282
283
* `transaction:start` event is fired on every transaction start.
284
-* `transaction:end` event is fired on transaciton end and before it is added to the queue to be sent to APM Server.
+* `transaction:end` event is fired on transaction end and before it is added to the queue to be sent to APM Server.
285
286
The callback function for these events receives the corresponding transaction object
287
as its only argument. The transaction object can be modified through
0 commit comments