Skip to content

Commit

Permalink
fix(flags): Fix node platform name in notSupported list (#12723)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 authored Feb 14, 2025
1 parent 3d2897b commit 43fd59f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notSupported:
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.nodejs
- javascript.node
- javascript.wasm
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notSupported:
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.nodejs
- javascript.node
- javascript.wasm
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notSupported:
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.nodejs
- javascript.node
- javascript.wasm
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notSupported:
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.nodejs
- javascript.node
- javascript.wasm
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notSupported:
- javascript.hapi
- javascript.koa
- javascript.nestjs
- javascript.nodejs
- javascript.node
- javascript.wasm
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log feature flag changes, and reports any suspicious updates that may have caused an error.
---
Expand Down

0 comments on commit 43fd59f

Please sign in to comment.