Skip to content
Merged
Prev Previous commit
Next Next commit
Update src/platforms/flutter/migration.mdx
  • Loading branch information
marandaneto authored Mar 24, 2021
commit 92ac66b6a9b13fdd0dc9c48f6f1071cf2cb4ec42
2 changes: 1 addition & 1 deletion src/platforms/flutter/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ 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 changed because the referencing file is auto-generated.
- 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.