File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Move replay and privacy from experimental to options ([ #2755 ] ( https://github.com/getsentry/sentry-dart/pull/2755 ) )
6
6
- 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 `
7
10
8
11
## 9.0.0-alpha.1
9
12
28
31
- Responses are attached to the ` Hint ` object, which can be read in ` beforeSend ` /` beforeSendTransaction ` callbacks via ` hint.response ` .
29
32
- For now, only the ` dio ` integration is supported.
30
33
- 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 `
34
34
35
-
36
-
37
35
### Enhancements
38
36
39
37
- Replay: improve Android native interop performance by using JNI ([ #2670 ] ( https://github.com/getsentry/sentry-dart/pull/2670 ) )
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Future<void> main() async {
24
24
Future <void > runApp () async {
25
25
print ('runApp' );
26
26
27
+ // ignore: deprecated_member_use
27
28
document.querySelector ('#output' )? .text = 'Your Dart app is running.' ;
28
29
29
30
await Sentry .addBreadcrumb (
You can’t perform that action at this time.
0 commit comments