From 2859c29b31f8458321bc428dea1bb0c643190eaa Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 15 Jan 2024 16:21:54 +0100 Subject: [PATCH 1/6] update to min ios version 12 --- flutter/example/ios/Podfile | 2 +- flutter/ios/sentry_flutter.podspec | 2 +- min_version_test/ios/Podfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flutter/example/ios/Podfile b/flutter/example/ios/Podfile index 313ea4a153..2c068c404b 100644 --- a/flutter/example/ios/Podfile +++ b/flutter/example/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '11.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 0b0351bd44..687410d5fe 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -15,7 +15,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. s.dependency 'Sentry/HybridSDK', '8.10.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' # Flutter 3.7 requires 10.14 s.osx.deployment_target = '10.13' diff --git a/min_version_test/ios/Podfile b/min_version_test/ios/Podfile index 88359b225f..2c068c404b 100644 --- a/min_version_test/ios/Podfile +++ b/min_version_test/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '11.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' From e9522ebc5da873c2a81decdc5bd98302b87fe181 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 15 Jan 2024 16:26:45 +0100 Subject: [PATCH 2/6] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323f9c563e..a399cf8aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ - Now the device context from Android is available in `BeforeSendCallback` - Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([#1665](https://github.com/getsentry/sentry-dart/pull/1665)) - Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io - +- Bump iOS minimum deployment target from **11** to **12** + ## Unreleased ### Fixes From 6a57a57a43c91c1f4e1609e09fc7a1b20207cf03 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 15 Jan 2024 16:27:08 +0100 Subject: [PATCH 3/6] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a399cf8aa2..fe07792044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ - Now the device context from Android is available in `BeforeSendCallback` - Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([#1665](https://github.com/getsentry/sentry-dart/pull/1665)) - Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io -- Bump iOS minimum deployment target from **11** to **12** +- Bump iOS minimum deployment target from **11** to **12** ([#1821](https://github.com/getsentry/sentry-dart/pull/1821)) ## Unreleased From 66643b7d88f85c74f715e3fdf9696781337bbb2b Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Mon, 15 Jan 2024 16:31:05 +0100 Subject: [PATCH 4/6] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe07792044..9deb0cb56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Breaking Changes +- Bump iOS minimum deployment target from **11** to **12** ([#1821](https://github.com/getsentry/sentry-dart/pull/1821)) - Mark exceptions not handled by the user as `handled: false` ([#1535](https://github.com/getsentry/sentry-dart/pull/1535)) - This will affect your release health data, and is therefore considered a breaking change. - Refrain from overwriting the span status for unfinished spans ([#1577](https://github.com/getsentry/sentry-dart/pull/1577)) @@ -16,7 +17,6 @@ - Now the device context from Android is available in `BeforeSendCallback` - Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([#1665](https://github.com/getsentry/sentry-dart/pull/1665)) - Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io -- Bump iOS minimum deployment target from **11** to **12** ([#1821](https://github.com/getsentry/sentry-dart/pull/1821)) ## Unreleased From 08f88ba90e911fa63c772e4138ffe352d9986e33 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Wed, 31 Jan 2024 12:23:46 +0100 Subject: [PATCH 5/6] Re-enable iOS flutter integration test --- .github/workflows/flutter_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index 66c8239fcd..4bbe7a5215 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -120,8 +120,7 @@ jobs: fail-fast: false matrix: sdk: ["stable", "beta"] - # TODO: remove ios for now, will be fixed in v8 - target: ["macos"] + target: ["ios", "macos"] steps: - name: checkout uses: actions/checkout@v4 From 9a59791c6abc64f1a14cf831484e9d9549dd9c43 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Wed, 31 Jan 2024 12:26:56 +0100 Subject: [PATCH 6/6] Update CHANGELOG --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a773a34509..262bdd0d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,7 @@ - Now the device context from Android is available in `BeforeSendCallback` - Set ip_address to {{auto}} by default, even if sendDefaultPII is disabled ([#1665](https://github.com/getsentry/sentry-dart/pull/1665)) - Instead use the "Prevent Storing of IP Addresses" option in the "Security & Privacy" project settings on sentry.io - -## Unreleased - + ## 7.16.0 ### Features