Closed juancho0202 closed 1 year ago
Unfortunately the monitoring tool doesn't catch the particular SCL file that was being used by the user at the time the error was thrown so it may be tricky to reproduce.
Sheriff Juan 🤠adds crimes to my rap sheet using new monitoring technologies!
It's almost certainly caused by a mistake I've seen before -- no quotes in the selector for the inserted string.
const isReferenced = parent?.querySelector(`DataSet[name=${name}]`);
should be instead:
const isReferenced = parent?.querySelector(`DataSet[name="${name}"]`);
I'll do a PR for this soon.
Describe the bug The clean up plugin seems to struggle with some particular LN selectors. The following stack trace was caught by Elastic monitoring: