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
|
@ -1,4 +1,4 @@
|
|||
"""Shared constants for automation and script tracing and debugging."""
|
||||
"""Shared constants for script and automation tracing and debugging."""
|
||||
|
||||
DATA_TRACE = "trace"
|
||||
STORED_TRACES = 5 # Stored traces per automation
|
||||
STORED_TRACES = 5 # Stored traces per script or automation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue