Skip to content

Commit 12f8ba0

Browse files
committed
Merge branch 'main' into feat/file-io-breadcrumbs
2 parents 77bc831 + cd16818 commit 12f8ba0

File tree

6 files changed

+16648
-16068
lines changed

6 files changed

+16648
-16068
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
### Features
66

77
- Breadcrumbs for file I/O operations ([#1649](https://github.com/getsentry/sentry-dart/pull/1649))
8+
### Dependencies
9+
10+
- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647))
11+
- Bump Cocoa SDK from v8.11.0 to v8.12.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12.0)
814

915
## 7.10.1
1016

dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
http: '>=0.13.0 <2.0.0'
1616
meta: ^1.3.0
1717
stack_trace: ^1.10.0
18-
uuid: ^3.0.0
18+
uuid: '>=3.0.0 <5.0.0'
1919

2020
dev_dependencies:
2121
mockito: ^5.1.0

flutter/ffi-cocoa.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ headers:
99
compiler-opts:
1010
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
1111
- -DCOCOAPODS=1
12+
- '-I./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/'
13+
- '-I./cocoa_bindings_temp/Sentry.framework/Versions/A/PrivateHeaders/'
1214
exclude-all-by-default: true
1315
objc-interfaces:
1416
include:

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.11.0'
15+
s.dependency 'Sentry/HybridSDK', '8.12.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)