sentry-unreal icon indicating copy to clipboard operation
sentry-unreal copied to clipboard

Fix compatibility issues with Cocoa SDK 9.0.0

Open tustanivsky opened this issue 3 weeks ago • 0 comments

This PR fixes build errors on Mac/iOS caused by breaking changes introduced in Sentry Cocoa SDK 9.0.0:

  • Renamed SentryStructuredLogLevel enum to SentryLogLevel
  • Removed inAppExclude option from the Cocoa SDK initialization code as it's no longer used
  • Updated enableLogs option setter (this feature is no longer experimental)

tustanivsky avatar Nov 14 '25 09:11 tustanivsky