Skip to content

Commit

Permalink
Dummy commit to trigger build job
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-s3 committed Dec 14, 2024
1 parent e111e06 commit 16c6012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func loadPendingCrashReport(_ data: Data!) throws {
if report.customData != nil {
let customData = NSKeyedUnarchiver.unarchiveObject(with: report.customData) as? [String: String]
if customData != nil {
span.setAttribute(key: "crash.rumSessionId", value: customData!["sessionId"]!)
span.setAttribute(key: "crash.sessionId", value: customData!["sessionId"]!)
span.setAttribute(key: "crash.batteryLevel", value: customData!["batteryLevel"]!)
span.setAttribute(key: "crash.freeDiskSpace", value: customData!["freeDiskSpace"]!)
span.setAttribute(key: "crash.freeMemory", value: customData!["freeMemory"]!)
Expand Down

0 comments on commit 16c6012

Please sign in to comment.