Open pieterjandebruyne opened 2 months ago
const logger = pino( { transport: { target: 'pino-pretty', options: { colorize: true, }, }, }, stream );
Using pino-pretty does not work when trying to forward messages to sentry
in your example you only configure one target stream: pino-pretty. make example standalone for the problem to be understood (what is stream?).
Using pino-pretty does not work when trying to forward messages to sentry