Skip to content
Merged
Prev Previous commit
Update src/platforms/flutter/migration.mdx
  • Loading branch information
marandaneto authored Mar 31, 2021
commit 407e9202d54982f6eb1cae99d09fcb63b8341f2b
6 changes: 3 additions & 3 deletions src/platforms/flutter/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ sidebar_order: 1000

In addition to the changes introduced in [sentry](/platforms/dart/migration/):

- `SentryFlutterOptions.enableLifecycleBreadcrumbs` was replaced with `SentryFlutterOptions.enableAppLifecycleBreadcrumbs`.
- The Web Plugin Registrant import changed from `import 'package:sentry_flutter/src/sentry_flutter_web.dart';` to `import 'package:sentry_flutter/sentry_flutter_web.dart';`
- This change may lead to breaking changes. In most cases, however, this change won't lead to breaking changes since the referencing file is auto-generated.
* `SentryFlutterOptions.enableLifecycleBreadcrumbs` was replaced with `SentryFlutterOptions.enableAppLifecycleBreadcrumbs`.
* The Web Plugin Registrant import changed from `import 'package:sentry_flutter/src/sentry_flutter_web.dart';` to `import 'package:sentry_flutter/sentry_flutter_web.dart';`
* This change may lead to breaking changes. In most cases, however, this change won't lead to breaking changes since the referencing file is auto-generated.