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 5e7eb8a commit a16c3b4
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 @@ -71,7 +71,7 @@ export default instrument(app, {
monitor: {
// Don't create traces for fetch requests
fetch: false,
// Don't proxy `console.*` functions to send logging data to a local FPX server
// Don't proxy `console.*` functions to send log events
logging: false,
},
});
Expand Down

0 comments on commit a16c3b4

Please sign in to comment.