-
Notifications
You must be signed in to change notification settings - Fork 599
Closed
Labels
Good first issueGood for newcomersGood for newcomersIntegration: LoggingTriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage
Description
Problem Statement
The stack information should be added to events send with the logging integration when stack_info=True is set.
Code like this should have a stack attached in the resulting event in Sentry:
logger.error(
"Option %s set to %s. previous update channel: %s",
key,
value,
channel,
stack_info=True,
)Solution Brainstorm
Check for the parameter in logging integration and add the stack information if parameter is True.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good first issueGood for newcomersGood for newcomersIntegration: LoggingTriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Waiting for: Product Owner