Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/platforms/dart/configuration/integrations/file.mdx
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
marandaneto and imatwawana authored Dec 5, 2022
commit 83e5fa78dd496a529f1fa684ececc5fa964cbace
2 changes: 1 addition & 1 deletion src/platforms/dart/configuration/integrations/file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `sentry_file` library provides [File](https://api.dart.dev/stable/2.18.5/dar

The source can be found [on GitHub](https://github.com/getsentry/sentry-dart/tree/main/file/).

On this page, we get you up and running with Sentry's file I/O integration, so that it will automatically start a span out of the active transaction, bound to the scope for operations such as `copy`, `create`, `delete`, `open`, `rename`, `read` and `write`.
On this page, we get you up and running with Sentry's file I/O integration, so that it will automatically start a span out of the active transaction, bound to the scope for operations such as `copy`, `create`, `delete`, `open`, `rename`, `read`, and `write`.

<Note>

Expand Down