Problem Statement
The Pino integration currently includes no additional info except the error from the Pino logs when they are sent as errors.
Solution Brainstorm
Sending more context should be configurable / more should be sent by default. For example I think the logger.error(err, "Failed to do X") message here is usually of importance, but is now omitted entirely if there's an err.
Additional Context
Tip: React with 👍 to help prioritize this improvement. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it.
Problem Statement
The Pino integration currently includes no additional info except the error from the Pino logs when they are sent as errors.
Solution Brainstorm
Sending more context should be configurable / more should be sent by default. For example I think the
logger.error(err, "Failed to do X")message here is usually of importance, but is now omitted entirely if there's anerr.Additional Context
Tip: React with 👍 to help prioritize this improvement. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it.