Skip to content

Commit

Permalink
Update www/src/content/docs/components/Otel-middleware.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Beutell <[email protected]>
  • Loading branch information
2 people authored and keturiosakys committed Aug 20, 2024
1 parent c5f94e7 commit 5e7eb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/content/docs/components/Otel-middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you are not using Fiberplane Studio, ensure that Node.js compatibility mode i
compatibility_flags = [ "nodejs_compat" ]
```
### Customizing the `instrument` function behavior
The middleware allows you to override the default behavior of the `instrument` function. By default, the function creates traces for all fetched requests in the application and sends logging data to a locally running FPX Studio. You can disable these features by setting the corresponding monitoring variables to `false`.
The middleware allows you to override the default behavior of the `instrument` function. By default, the function creates traces for all fetch requests in the application, and sends logging data to a locally running Fiberplane Studio. You can disable these features by setting the corresponding monitoring variables to `false`.

```typescript
import { Hono } from "hono";
Expand Down

0 comments on commit 5e7eb8a

Please sign in to comment.