-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #77
Comments
Hey @markushi! I'm working on utilizing these fields in parallel, can I assume that |
Hey @edwardgou-sentry! We want to adhere to the way of reporting these fields that exists from Profiling, so it's safe to assume this! |
Awesome! Thanks @kahest ! 🙏 |
It seems that for iOS there is no reliable way to retrieve CPU description or frequency. We just need to compile an updated list like the one in this |
@edwardgou-sentry before merging the Android PR, could you help me clarify the following:
|
@edwardgou-sentry any chance you could take a look into my questions above? |
Hey @markushi , sorry I missed this!
Thanks! |
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
Platforms
GH discussion on device classification getsentry/sentry#44422
The text was updated successfully, but these errors were encountered: