Skip to content

Commit

Permalink
Add definitions for a webview being loaded/erroring
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinkney-aws committed Aug 30, 2024
1 parent 4677a24 commit f139ff6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7138,6 +7138,26 @@
"type": "result"
}
]
},
{
"name": "webview_error",
"description": "Called when an error occurs inside of a webview",
"metadata": [
{
"type": "name",
"required": true
}
]
},
{
"name": "webview_load",
"description": "Called when a webview is opened",
"metadata": [
{
"type": "name",
"required": true
}
]
}
]
}

0 comments on commit f139ff6

Please sign in to comment.