-
-
Notifications
You must be signed in to change notification settings - Fork 257
Bump Cocoa to 7.1.3 and use PrivateSentrySDKOnly instead of the private headers #477
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
Comments
Yeah, needed to bump in order to use the new API. |
The new class has more methods used by the sdk, so the bump is indeed done but not removing the old private header hacky solution |
eg https://github.com/getsentry/sentry-dart/blob/main/flutter/ios/Classes/SentrySDK%2BFlutterPrivate.h could be removed in favor of |
I know the bump has been done already on #391 but that PR lands only on v6 and I'd like to bring this improvement into 5.1 too |
This is a private class for our SDK that exposes some stuff that is needed, eg for envelopes #391
that are more things that can be removed I guess eg the private header
The text was updated successfully, but these errors were encountered: