Skip to content

Commit

Permalink
Update docs/platforms/javascript/common/configuration/integrations/fs…
Browse files Browse the repository at this point in the history
….mdx

Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
  • Loading branch information
lforst and Lms24 authored Aug 27, 2024
1 parent 2f1345c commit 24da3b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This integration only works in the Node.js and Bun runtimes.

_Import name: `Sentry.fsIntegration`_

The `fsIntegration` will create spans for `fs` API operations, like reading and writing files. The integration uses the [`@opentelemetry/instrumentation-fs`](https://www.npmjs.com/package/@opentelemetry/instrumentation-fs) package.
The `fsIntegration` creates spans for `fs` API operations, like reading and writing files. The integration uses the [`@opentelemetry/instrumentation-fs`](https://www.npmjs.com/package/@opentelemetry/instrumentation-fs) package.

<Alert level="warning" title="Potential Performance Overhead">
The `fsIntegration` may add significant overhead to your application.
Expand Down

0 comments on commit 24da3b8

Please sign in to comment.