Sync implements slog.Sink. No-op as syncing is handled externally by otel.
()
| 43 | |
| 44 | // Sync implements slog.Sink. No-op as syncing is handled externally by otel. |
| 45 | func (SlogSink) Sync() {} |
| 46 | |
| 47 | func slogFieldsToAttributes(m slog.Map) []attribute.KeyValue { |
| 48 | attrs := make([]attribute.KeyValue, 0, len(m)) |
no outgoing calls