Prometheus
Prometheus copied to clipboard
feat: source mapping
a scenario where you just send the obfuscated lua code to the device, but an error occurs and you have a rollback file to understand the line and column in the original code, would that make sense? would it be possible? or does the lua runtime somehow simplify the tracestack to solve it? I'm still studying the code to be able to implement something.