getsentry / sentry-cordova

The official Sentry SDK for Cordova
https://sentry.io/
MIT License
68 stars 55 forks source link

Import Cocoa private hybrid SDK headers directly #291

Closed kahest closed 1 year ago

kahest commented 1 year ago

Hybrids SDKs, when using PrivateSentrySDKOnly class, will need to explicitly import <Sentry/PrivateSentrySDKOnly.h> alongside <Sentry/Sentry.h> starting with the next major release. The explicit import can already be added.

see https://github.com/getsentry/team-mobile/issues/66

brustolin commented 1 year ago

Cordova does not use "PrivateSentrySDKOnly" header yet. When we update Cordova to use it, we will do this.