event - compiled successfully in 110 ms (166 modules)
info - {
event: [Object],
user: [Object],
limits: [Object],
chat_api: [Object]
} { args: 'Handled response. Logged with @logtail/next.' }
this is in the terminal. Is there a way to have it print the full object?
I can use the workaround of a redundant a console.log(...) in my code but want to avoid that.
this is in the terminal. Is there a way to have it print the full object?
I can use the workaround of a redundant a console.log(...) in my code but want to avoid that.