From f7f45022eb0c51777432482f06fa75a61331e0d4 Mon Sep 17 00:00:00 2001 From: Sergiy Dybskiy Date: Thu, 12 Feb 2026 14:31:52 -0500 Subject: [PATCH] feat(docs): Enable metrics docs page for Deno SDK Remove javascript.deno from the notSupported list now that the Deno SDK exports the metrics API. Co-Authored-By: Claude Opus 4.6 --- docs/platforms/javascript/common/metrics/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/platforms/javascript/common/metrics/index.mdx b/docs/platforms/javascript/common/metrics/index.mdx index 2a4063af9b5fa..ea8b212522c76 100644 --- a/docs/platforms/javascript/common/metrics/index.mdx +++ b/docs/platforms/javascript/common/metrics/index.mdx @@ -6,7 +6,6 @@ sidebar_order: 7 sidebar_section: features beta: true notSupported: - - javascript.deno - javascript.cordova - javascript.capacitor --- @@ -38,5 +37,5 @@ This feature is currently in open beta. Please reach out on [GitHub](https://git ## Related Features - Tracing — Drill down from metrics into related traces to understand performance patterns. -- Logs — Combine metrics with logs for full observability into your application's behavior. +- Logs — Combine metrics with logs for full observability into your application's behavior. - Error Monitoring — Use metrics alongside error tracking to understand the impact of issues.