Skip to content
Merged
Prev Previous commit
Next Next commit
Update src/platforms/dart/migration.mdx
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
ueman and marandaneto authored Mar 25, 2021
commit 2fa53389a20f525d0fa5b59f8e5377d6a043d6b6
2 changes: 1 addition & 1 deletion src/platforms/dart/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_order: 1000

## Migrating from `sentry` `4.0.x` to `sentry` `5.0.0`

* Sentry's Dart/Flutter SDK version 5.0.0 and above requires Dart 1.12.0
* Sentry's Dart SDK version 5.0.0 and above requires Dart 1.12.0
* Fix: Prefix classes with Sentry
* A couple of classes were often conflicting with user's code.
As a result, this change renames the following classes:
Expand Down