Auto error monitoring
Hook into error to automatically capture errors at that level. Could be considered "First chance exception" and guarantees we capture it even if the user doesn't call xpcall or pcall
Instrument assert functioin
Logging
We already hook the print function
- But we don't hook yet the
warn function
Auto error monitoring
Hook into
errorto automatically capture errors at that level. Could be considered "First chance exception" and guarantees we capture it even if the user doesn't call xpcall or pcallInstrument
assertfunctioinLogging
We already hook the
printfunctionwarnfunction