feat: Configure OpenTelemetry logs and traces destinations in wrangler.toml

This commit is contained in:
2025-12-19 09:51:54 -05:00
parent a58b598f9d
commit 28b0225daa

View File

@@ -17,6 +17,8 @@ class_name = "AnilistDo"
[observability]
enabled = true
logs.destinations = ["otel-logs"]
traces.destinations = ["otel-traces"]
[[durable_objects.bindings]]
name = "ANILIST_DO"