Skip to content

Commit

Permalink
[Debugger] Remove message field from diagnostics schema (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Dec 15, 2024
1 parent 9b857f9 commit 3ced6e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
"diagnostics"
]
},
"message": { "type": "string" },
"service": { "type": "string" },
"timestamp": { "type": "number" }
},
"required": [
"ddsource",
"debugger",
"message",
"service"
]
}
Expand Down

0 comments on commit 3ced6e7

Please sign in to comment.