Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/platforms/javascript/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ sidebar_order: 7
sidebar_section: features
beta: true
notSupported:
- javascript.deno
- javascript.cordova
- javascript.capacitor
---
Expand Down Expand Up @@ -38,5 +37,5 @@ This feature is currently in open beta. Please reach out on [GitHub](https://git
## Related Features

- <PlatformLink to="/tracing/">Tracing</PlatformLink> — Drill down from metrics into related traces to understand performance patterns.
- <PlatformSection notSupported={["javascript.deno", "javascript.cordova"]}><PlatformLink to="/logs/">Logs</PlatformLink> — Combine metrics with logs for full observability into your application's behavior.</PlatformSection>
- <PlatformSection notSupported={["javascript.cordova"]}><PlatformLink to="/logs/">Logs</PlatformLink> — Combine metrics with logs for full observability into your application's behavior.</PlatformSection>
- <PlatformLink to="/usage/">Error Monitoring</PlatformLink> — Use metrics alongside error tracking to understand the impact of issues.