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
fix
  • Loading branch information
marandaneto committed Dec 5, 2022
commit 951a9b78f038f981e58d138e4a45c5fa52857516
3 changes: 1 addition & 2 deletions src/platforms/dart/configuration/integrations/file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This feature is currently in Beta. Beta features are still in-progress and may h

</Note>

The `sentry_file` library provides [File](https://api.dart.dev/stable/2.18.5/dart-io/File-class.html) support for Sentry wrapping the `File` class with a `SentryFile` wrapper. It is able to run performance monitoring for File operations.
The `sentry_file` library provides [File](https://api.dart.dev/stable/2.18.5/dart-io/File-class.html) support for Sentry wrapping the `File` class with a `SentryFile` wrapper. It is able to run performance monitoring for `File` operations.

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

Expand Down Expand Up @@ -46,7 +46,6 @@ import 'package:sentry_file/sentry_file.dart';
import 'dart:io';

Future<void> main() async {
// or SentryFlutter.init
await Sentry.init(
(options) {
options.dsn = 'https://[email protected]/example';
Expand Down