Add support for tracing script execution (#48276)
* Add support for tracing script execution * Tweak
This commit is contained in:
parent
0be6a868e0
commit
8896ae0d56
10 changed files with 531 additions and 391 deletions
|
@ -28,7 +28,7 @@ from .utils import TraceJSONEncoder
|
|||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
TRACE_DOMAINS = ["automation"]
|
||||
TRACE_DOMAINS = ["automation", "script"]
|
||||
|
||||
|
||||
@callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue