Skip to content

Conversation

@bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Nov 4, 2025

Follow up on #2368
Resolves #2389

Turns out the optimization step of handing the pre-formatted logs to the structured logger is not actually doing us any favours. So instead we can make use of Unity's formatted log messages.

Additionally, the attributes SDK and origin were missing.

We're following the way the Serilog Sink is doing it and handing a already constructed SentryLog into the structured logger.

We can keep all of the structured logging capture in one place and also guard it with the debouncer.

@bitsandfoxes bitsandfoxes changed the title Feat/structured logging clean fix: Structured Logging follow-up Nov 4, 2025
@bitsandfoxes bitsandfoxes requested a review from a team November 5, 2025 08:08
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.

Structured Logging Improvements

2 participants