File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,7 @@ jobs:
120
120
fail-fast : false
121
121
matrix :
122
122
sdk : ["stable", "beta"]
123
- # TODO: remove ios for now, will be fixed in v8
124
- target : ["macos"]
123
+ target : ["ios", "macos"]
125
124
steps :
126
125
- name : checkout
127
126
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
5
5
### Breaking Changes
6
6
7
+ - Bump iOS minimum deployment target from ** 11** to ** 12** ([ #1821 ] ( https://github.com/getsentry/sentry-dart/pull/1821 ) )
7
8
- Mark exceptions not handled by the user as ` handled: false ` ([ #1535 ] ( https://github.com/getsentry/sentry-dart/pull/1535 ) )
8
9
- This will affect your release health data, and is therefore considered a breaking change.
9
10
- Refrain from overwriting the span status for unfinished spans ([ #1577 ] ( https://github.com/getsentry/sentry-dart/pull/1577 ) )
16
17
- Now the device context from Android is available in ` BeforeSendCallback `
17
18
- Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([ #1665 ] ( https://github.com/getsentry/sentry-dart/pull/1665 ) )
18
19
- Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io
19
-
20
+
20
21
## 7.16.0
21
22
22
23
### Features
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- platform :ios , '11 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
15
15
s . dependency 'Sentry/HybridSDK' , '8.19.0'
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
- s . ios . deployment_target = '11 .0'
18
+ s . ios . deployment_target = '12 .0'
19
19
# Flutter 3.7 requires 10.14
20
20
s . osx . deployment_target = '10.13'
21
21
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
You can’t perform that action at this time.
0 commit comments