Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Cocoa private hybrid SDK headers directly #252

Closed
kahest opened this issue Oct 31, 2022 · 2 comments
Closed

Import Cocoa private hybrid SDK headers directly #252

kahest opened this issue Oct 31, 2022 · 2 comments

Comments

@kahest
Copy link
Member

kahest commented Oct 31, 2022

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 getsentry/team-mobile#66

@lucas-zimerman
Copy link
Collaborator

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 getsentry/team-mobile#66

Since both Flutter and Capacitor uses Swift to interact with the Native SDK, it might be a good idea to wait for the Flutter SDK to implement this change and then "port" it to Sentry/Capacitor, this will avoid different teams spending time on the same problem.

See getsentry/team-mobile#66 (comment)

@lucas-zimerman
Copy link
Collaborator

Closed by #259

Repository owner moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants