Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c820198

Browse files
authored
Merge pull request #2172 from splunk/pwilliams-o11ydocs-6365
Add troubleshooting section for duplicate spans in RUM
2 parents f465b7a + 30c54c4 commit c820198

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

gdi/get-data-in/rum/browser/troubleshooting.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

111111
If 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

Comments
 (0)