Skip to content

Commit

Permalink
docs: fix websocket typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 committed Oct 31, 2023
1 parent ec39d79 commit d3a094f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In order to enable or disable specific instrumentations in the Browser Agent, yo
|`instrumentations.socketio`|`false`|Enables capturing [socket.io messages](Instrumentations.md#instrumentation-socketio-client).|
|`instrumentations.postload`|`true`|Enables capturing [resources loaded after load event](Instrumentations.md#instrumentation-post-document-load).|
|`instrumentations.visibility`|`false`|Enables capturing [visibility events](Instrumentations.md#instrumentation-visibility).|
|`instrumentations.websockets`|`false`|Enables capturing [websockets](Instrumentations.md#instrumentation-websockets).|
|`instrumentations.websocket`|`false`|Enables capturing [websockets](Instrumentations.md#instrumentation-websockets).|
|`instrumentations.webvitals`|`true`|Enables capturing [Web Vitals](Instrumentations.md#instrumentation-web-vitals) metrics.|
|`instrumentations.xhr`|`true`|Enables capturing [XHR requests](Instrumentations.md#instrumentation-xhrfetch) requests.|

Expand Down Expand Up @@ -88,7 +88,7 @@ SplunkRum.init({
],
},
longtask: false,
websockets: true,
websocket: true,
},
});
```

0 comments on commit d3a094f

Please sign in to comment.