Skip to content

Commit 067b84c

Browse files
committed
fix warnings
1 parent cd186ad commit 067b84c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
- Move replay and privacy from experimental to options ([#2755](https://github.com/getsentry/sentry-dart/pull/2755))
66
- Remove renderer from `flutter_context` ([#2751](https://github.com/getsentry/sentry-dart/pull/2751))
7+
- Cleanup platform mocking ([#2730](https://github.com/getsentry/sentry-dart/pull/2730))
8+
- The `PlatformChecker` was renamed to `RuntimeChecker`
9+
- Moved `PlatformChecker.platform` to `options.platform`
710

811
## 9.0.0-alpha.1
912

@@ -28,12 +31,7 @@
2831
- Responses are attached to the `Hint` object, which can be read in `beforeSend`/`beforeSendTransaction` callbacks via `hint.response`.
2932
- For now, only the `dio` integration is supported.
3033
- Enable privacy masking for screenshots by default ([#2728](https://github.com/getsentry/sentry-dart/pull/2728))
31-
- Cleanup platform mocking ([#2730](https://github.com/getsentry/sentry-dart/pull/2730))
32-
- The `PlatformChecker` was renamed to `RuntimeChecker`
33-
- Moved `PlatformChecker.platform` to `options.platform`
3434

35-
36-
3735
### Enhancements
3836

3937
- Replay: improve Android native interop performance by using JNI ([#2670](https://github.com/getsentry/sentry-dart/pull/2670))

dart/example_web/web/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Future<void> main() async {
2424
Future<void> runApp() async {
2525
print('runApp');
2626

27+
// ignore: deprecated_member_use
2728
document.querySelector('#output')?.text = 'Your Dart app is running.';
2829

2930
await Sentry.addBreadcrumb(

0 commit comments

Comments
 (0)