-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Extend Device Context with CPU info #2884
Comments
Types are already present in JS SDK so RN can use them right away. |
@philipphofmann @brustolin Is there a |
@brustolin, the getsentry/sentry-cocoa#2855 was not released yet. I think CI should be stable enough again after merging getsentry/sentry-cocoa#2889. |
@philipphofmann Yes, I was thinking about the wrong PR, but I guess we can try to make a new release now. |
I think we should still wait for getsentry/sentry-cocoa#2879 and getsentry/sentry-cocoa#2891, but then yes, let's release. |
Our device context docs describe a few new CPU related fields which are not provided by the mobile SDKs yet.
processor_count
cpu_description
processor_frequency
Need to write the native parts to get the data (or reproduce from getsentry/sentry-java#2561 and getsentry/sentry-cocoa#2740).
The text was updated successfully, but these errors were encountered: