File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
flutter/ios/sentry_flutter Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ - SPM should use ` exact ` instead of ` from ` when defining the sentry-cocoa package ([ #3065 ] ( https://github.com/getsentry/sentry-dart/pull/3065 ) )
78- Respect ancestor text direction in ` SentryScreenshotWidget ` ([ #3046 ] ( https://github.com/getsentry/sentry-dart/pull/3046 ) )
89- Add additional crashpad path candidate ([ #3016 ] ( https://github.com/getsentry/sentry-dart/pull/3016 ) )
910- Replay JNI usage with ` SentryFlutterPlugin ` ([ #3036 ] ( https://github.com/getsentry/sentry-dart/pull/3036 ) , [ #3039 ] ( https://github.com/getsentry/sentry-dart/pull/3039 ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
1313 . library( name: " sentry-flutter " , targets: [ " sentry_flutter " , " sentry_flutter_objc " ] )
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/getsentry/sentry-cocoa " , from : " 8.52.1 " )
16+ . package ( url: " https://github.com/getsentry/sentry-cocoa " , exact : " 8.52.1 " )
1717 ] ,
1818 targets: [
1919 . target(
You can’t perform that action at this time.
0 commit comments