File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
integration/agent/api/src/main/java/com/splunk/rum/integration/agent/api/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ internal object SplunkRumAgentCore {
80
80
// The GlobalAttributeSpanProcessor must be registered first to ensure that global attributes
81
81
// do not override internal agent attributes required by the backend.
82
82
.addSpanProcessor(GlobalAttributeSpanProcessor (agentConfiguration.globalAttributes))
83
- .joinResources(AgentResource .allResource(application, agentConfiguration ))
83
+ .joinResources(AgentResource .allResource(application, finalConfiguration ))
84
84
.addSpanProcessor(UserIdSpanProcessor (userManager))
85
85
.addSpanProcessor(ErrorIdentifierAttributesSpanProcessor (application))
86
86
.addSpanProcessor(SessionIdSpanProcessor (agentIntegration.sessionManager))
You can’t perform that action at this time.
0 commit comments