Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-ossai-cko committed Nov 28, 2023
1 parent ba472ff commit 0c8edff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Core/LoggerService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ extension LoggerServiceProtocol {
"FramesMode": AnyCodable(internalConfig.framesMode),
"MaskedPublicKey" : AnyCodable(maskedPublicKey),
"ddTags": AnyCodable(ddTags),
"deviceSessionId" : AnyCodable(deviceSessionID),
"requestID": AnyCodable(requestID)
"DeviceSessionId" : AnyCodable(deviceSessionID),
"RequestId": AnyCodable(requestID)
]
case .publishFailure, .loadFailure, .publishDisabled:
properties = [
Expand Down

0 comments on commit 0c8edff

Please sign in to comment.