File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 10
10
### Fixes
11
11
12
12
- View hierarchy reads size from RenderBox only ([ #1258 ] ( https://github.com/getsentry/sentry-dart/pull/1258 ) )
13
+ - Try to avoid ConcurrentModificationError by not using a Future.forEach ([ #1259 ] ( https://github.com/getsentry/sentry-dart/pull/1259 ) )
14
+
15
+ ### Dependencies
16
+
17
+ - Bump Android SDK from v6.12.1 to v6.13.0 ([ #1250 ] ( https://github.com/getsentry/sentry-dart/pull/1250 ) )
18
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130 )
19
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0 )
13
20
14
21
## 7.0.0-beta.1
15
22
103
110
- Use ` sentryClientName ` instead of ` sdk.identifier ` ([ #1135 ] ( https://github.com/getsentry/sentry-dart/pull/1135 ) )
104
111
- Refactor ` BindingUtils ` to ` BindingWrapper ` to enable the use of custom bindings ([ #1184 ] ( https://github.com/getsentry/sentry-dart/pull/1184 ) )
105
112
- Bump Flutter min to 3.0.0 and Dart to 2.17.0 ([ #1180 ] ( https://github.com/getsentry/sentry-dart/pull/1180 ) )
106
- ## Unreleased
107
- ### Fixes
108
-
109
- - Try to avoid ConcurrentModificationError by not using a Future.forEach ([ #1259 ] ( https://github.com/getsentry/sentry-dart/pull/1259 ) )
110
-
111
- ### Dependencies
112
-
113
- - Bump Android SDK from v6.12.1 to v6.13.0 ([ #1250 ] ( https://github.com/getsentry/sentry-dart/pull/1250 ) )
114
- - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130 )
115
- - [ diff] ( https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0 )
116
113
117
114
## 6.19.0
118
115
You can’t perform that action at this time.
0 commit comments