Hello, I am currently working with Azure application insights in order to log any qz tray error into our azure resource, I have added a few hooks into our JS qz tray implementation, what we are logging at the moment are the regular errors thrown by qztray.js, my question is;
is there a way to increase the log level to verbose in order to get more details from the library itself?
I read that launching the application from command line will expose the java console increasing the log level to verbose, but, would this impact the errors thrown by the javascript library?
Thank you!