We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae34a42 commit 8367da2Copy full SHA for 8367da2
flutter/ffi-cocoa.yaml
@@ -6,11 +6,13 @@ headers:
6
entry-points:
7
# - ./example/macos/Pods/Sentry/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h
8
- ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/PrivateSentrySDKOnly.h
9
+ - ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/SentryId.h
10
compiler-opts:
11
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
12
- -DCOCOAPODS=1
13
# - '-I./example/macos/Pods/Sentry/Sources/Sentry/Public'
14
exclude-all-by-default: true
15
objc-interfaces:
16
include:
- - PrivateSentrySDKOnly
17
+ - PrivateSentrySDKOnly
18
+ - SentryId
0 commit comments