File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
plugin-dev/Source/Sentry/Private/Apple/Convenience Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
- Add API allowing to start/finish transactions and spans with explicit timings ([ #715 ] ( https://github.com/getsentry/sentry-unreal/pull/715 ) )
8
8
- Add GPU crash dump attachments ([ #712 ] ( https://github.com/getsentry/sentry-unreal/pull/712 ) )
9
9
10
+ ### Fixes
11
+
12
+ - Fix macOS/iOS build errors due to missing ` NS_SWIFT_SENDABLE ` macro definition ([ #721 ] ( https://github.com/getsentry/sentry-unreal/pull/721 ) )
13
+
10
14
### Dependencies
11
15
12
16
- Bump Native SDK from v0.7.16 to v0.7.17 ([ #717 ] ( https://github.com/getsentry/sentry-unreal/pull/717 ) )
Original file line number Diff line number Diff line change 4
4
5
5
#include " HAL/Platform.h"
6
6
7
+ #ifndef NS_SWIFT_SENDABLE
8
+ #define NS_SWIFT_SENDABLE
9
+ #endif
10
+
7
11
#if PLATFORM_MAC
8
12
#include < Sentry/Sentry.h>
9
13
#include < Sentry/PrivateSentrySDKOnly.h>
You can’t perform that action at this time.
0 commit comments