Skip to content

Commit 9b7a594

Browse files
committed
Use platformVersion for session replay instrumentation.version
1 parent 48e0b7f commit 9b7a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Agent/SessionReplay/SessionReplayReporter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public class SessionReplayReporter: NSObject {
167167
"appVersion": appVersion,
168168
"instrumentation.provider": "mobile",
169169
"instrumentation.name": NewRelicInternalUtils.osName(),
170-
"instrumentation.version": NewRelicInternalUtils.agentVersion(),
170+
"instrumentation.version": NRMAAgentConfiguration.connectionInformation().deviceInformation.platformVersion ?? NewRelicInternalUtils.agentVersion(),
171171
"collector.name": NewRelicInternalUtils.osName()
172172
]
173173
if isGZipped {

0 commit comments

Comments
 (0)