Skip to content

Commit

Permalink
Updated tag name
Browse files Browse the repository at this point in the history
Changed stackFrames to threads
  • Loading branch information
SMickelsn committed Dec 19, 2024
1 parent 1401262 commit 02da988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func loadPendingCrashReport(_ data: Data!) throws {
allThreads.append(detailedThreadToStackFrames(report: report, thread: thread))
}
let threadPayload = convertArrayToJSONString(allThreads) ?? "Unable to create stack frames"
span.setAttribute(key: "exception.stackFrames", value: threadPayload)
span.setAttribute(key: "exception.threads", value: threadPayload)
var images: [Any] = []
images = imageList(images: report.images)
let imagesPayload = convertArrayToJSONString(images) ?? "Unable to create images"
Expand Down

0 comments on commit 02da988

Please sign in to comment.