chore(telemetry): don't fmt fields from the log crate (#9774)

Those are internal to `tracing` and don't need to be formatted into the
message we send to Sentry.
This commit is contained in:
Thomas Eizinger
2025-07-04 01:03:18 +01:00
committed by GitHub
parent e0c607dd57
commit 4be8e5458a

View File

@@ -309,6 +309,7 @@ fn append_tracing_fields_to_message(mut log: Log) -> Option<Log> {
"tracing.",
"server.",
"user.",
"log.",
"parent_span_id",
];