You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry if there's something in the documentation or something obvious I've missed, I did spend a while searching. I'm using pino in AWS lambda, next to my js file there is a js.map file, but the stack_trace field in my error logs shows the stack in the js file rather than the files pointed to by the source map.
Maybe I should be using inline source maps, or I'm missing a configuration option, or a library, or maybe this is something I need to implement?
Thanks
The text was updated successfully, but these errors were encountered:
I'm sorry if there's something in the documentation or something obvious I've missed, I did spend a while searching. I'm using pino in AWS lambda, next to my
js
file there is ajs.map
file, but thestack_trace
field in my error logs shows the stack in thejs
file rather than the files pointed to by the source map.Maybe I should be using inline source maps, or I'm missing a configuration option, or a library, or maybe this is something I need to implement?
Thanks
The text was updated successfully, but these errors were encountered: