diff --git a/wrangler.toml b/wrangler.toml index 714bc3c..ed3b2c6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -17,6 +17,8 @@ class_name = "AnilistDo" [observability] enabled = true +logs.destinations = ["otel-logs"] +traces.destinations = ["otel-traces"] [[durable_objects.bindings]] name = "ANILIST_DO"