fix(telemetry): get rid of annoying sqlite span export error (#2245)

This commit is contained in:
Ashwin Bharambe 2025-05-24 20:24:34 -07:00 committed by GitHub
parent 3faf1e4a79
commit c290999c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ class TelemetryAdapter(TelemetryDatasetMixin, Telemetry):
if span:
timestamp_ns = int(event.timestamp.timestamp() * 1e9)
span.add_event(
name=event.type,
name=event.type.value,
attributes={
"message": event.message,
"severity": event.severity.value,