We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e0b7f commit 9b7a594Copy full SHA for 9b7a594
Agent/SessionReplay/SessionReplayReporter.swift
@@ -167,7 +167,7 @@ public class SessionReplayReporter: NSObject {
167
"appVersion": appVersion,
168
"instrumentation.provider": "mobile",
169
"instrumentation.name": NewRelicInternalUtils.osName(),
170
- "instrumentation.version": NewRelicInternalUtils.agentVersion(),
+ "instrumentation.version": NRMAAgentConfiguration.connectionInformation().deviceInformation.platformVersion ?? NewRelicInternalUtils.agentVersion(),
171
"collector.name": NewRelicInternalUtils.osName()
172
]
173
if isGZipped {
0 commit comments