Add support for tracing script execution (#48276)

* Add support for tracing script execution

* Tweak
This commit is contained in:
Erik Montnemery 2021-03-24 17:56:22 +01:00 committed by GitHub
parent 0be6a868e0
commit 8896ae0d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 531 additions and 391 deletions

View file

@ -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