You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ For example, the config object may look similar to the following:
43
43
| dispatchInterval | Number |`5000`| The frequency (in milliseconds) in which the webclient will dispatch a batch of RUM events. RUM events are first cached and then automatically dispatched at this set interval. |
44
44
| eventCacheSize | Number |`200`| The maximum number of events the cache can contain before dropping events. |
45
45
| sessionLengthSeconds | Number |`1800`| The duration of a session (in seconds). |
46
+
| headers | Object |`{}`| The **headers** configuration is optional and allows you to include custom headers in an HTTP request. For example, you can use it to pass `Authorization` and `x-api-key` headers.<br/><br/>For more details, see: [MDN - Request Headers](https://developer.mozilla.org/en-US/docs/Glossary/Request_header). |
0 commit comments