sentry-unreal
sentry-unreal copied to clipboard
Fix compatibility issues with Cocoa SDK 9.0.0
This PR fixes build errors on Mac/iOS caused by breaking changes introduced in Sentry Cocoa SDK 9.0.0:
- Renamed
SentryStructuredLogLevelenum toSentryLogLevel - Removed
inAppExcludeoption from the Cocoa SDK initialization code as it's no longer used - Updated
enableLogsoption setter (this feature is no longer experimental)