Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logger call in BackgroundWorker that caused a formatting exception in runtime #1092

Merged
merged 2 commits into from
Jun 30, 2021

Conversation

Tyrrrz
Copy link
Contributor

@Tyrrrz Tyrrrz commented Jun 29, 2021

Fixes #1090

I'm not sure if the intention was to ever the log the exception as part of the message at all, but I don't think it is, so I removed it from the list of formatting placeholders. It's still included in the log entry itself though.

If we do want the exception to be formatted inside the message as well, then we need to look into #699.

@bruno-garcia bruno-garcia merged commit 4c91cc6 into main Jun 30, 2021
@bruno-garcia bruno-garcia deleted the fix-incorrect-log-call branch June 30, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry debug logging crashes because of argument confusion in LogError() methods
2 participants