`console.trace` is only shown when showing VERBOSEly
So use `console.error` instead, which is shown when the console settings is set to something less verbose.
Showing
Please register or sign in to comment
So use `console.error` instead, which is shown when the console settings is set to something less verbose.