Closed clementkng closed 2 years ago
In monitor, the locals() call passes along a number of variables not needed, including the entire json payload. We should construct a context dictionary to pass only the values we need to fill the template.
locals()
In monitor, the
locals()
call passes along a number of variables not needed, including the entire json payload. We should construct a context dictionary to pass only the values we need to fill the template.