Skip to content

Commit

Permalink
fix: Only show otel migration docs for node based sdks (#10752)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Jul 16, 2024
1 parent 42a0e03 commit a192738
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
title: OpenTelemetry Support
sidebar_order: 8930
description: "Learn OpenTelemetry support in SDK 8.x"
notSupported:
- javascript.capacitor
- javascript.cordova
- javascript.electron
supported:
- javascript.node
- javascript.aws-lambda
- javascript.azure-functions
- javascript.connect
- javascript.express
- javascript.fastify
- javascript.gcp-functions
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.bun
---

In `8.x`, the Tracing APIs for the SDK been completely overhauled. It is now powered by [OpenTelemetry](https://opentelemetry.io/) under the hood.
Expand Down

0 comments on commit a192738

Please sign in to comment.