mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -309,6 +309,7 @@ fn append_tracing_fields_to_message(mut log: Log) -> Option<Log> {
|
||||
"tracing.",
|
||||
"server.",
|
||||
"user.",
|
||||
"log.",
|
||||
"parent_span_id",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user