Skip to content
Merged
Prev Previous commit
Next Next commit
Update src/platforms/dart/migration.mdx
  • Loading branch information
marandaneto authored Mar 31, 2021
commit 73fe81d2b030edc8b63ad6e822dd6d0b4847eb87
1 change: 1 addition & 0 deletions src/platforms/dart/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ sidebar_order: 1000
* `Orientation` -> `SentryOrientation`
* `Request` -> `SentryRequest`
* `User` -> `SentryUser`
* Return type of `Sentry.close()` changed from `void` to `Future<void>` and `Integration.close()` changed from `void` to `FutureOr<void>`