@@ -105,7 +105,7 @@ Make sure you're initializing the agent synchronously and as early as possible.
105105
106106.. _browser-rum-break-site :
107107
108- Browser RUM is causing issues in my site
108+ Browser RUM is causing issues in your site
109109================================================================
110110
111111If you think Browser RUM might be causing issues in your website or breaking existing behavior or design, check the following:
@@ -129,3 +129,21 @@ If you think Browser RUM might be causing issues in your website or breaking exi
129129 }
130130
131131 .. include :: /_includes/troubleshooting-components.rst
132+
133+ Browser developer tools display events from Splunk instrumentation
134+ ==================================================================
135+
136+ If there are network requests displayed in your browser developer tools from
137+ Splunk OTel instrumentation such as ``splunk-otel-web.js `` or
138+ ``SplunkContextManager ``, this is because the application code calls the
139+ instrumentation, which then calls the browser API. As a result, your browser
140+ developer tools indicate that such events are initiated by the RUM agent.
141+
142+ You can identify the original application code initiator by navigating to the
143+ network request and hovering over or selecting the value in the initiator
144+ column, for example, ``splunk-otel-web.js ``. This displays additional events
145+ from the stack trace.
146+
147+ You can also configure your browser developer tools to omit the instrumentation
148+ layers from the initiator list. See your browser documentation for details.
149+
0 commit comments