-
-
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
[SentryFramesTracker recordTimestamp:value:array:] #3511
Comments
Thanks again @zhou934381967. Internal SDK crashes reference. |
Authentication error: The domain for your Google account (gmail.com) is not allowed to authenticate with this provider. Yes You cannot view the internal SDK crashes. |
@zhou934381967 This is intended, it's a Sentry internal resource with additional context for this issue - you will not be able to open this. |
Has the problem been solved? |
@zhou934381967, no we didn't fix the issue yet. |
Synchronize the call to SentryFramesTracker.resetProfilingTimestamps by dispatching it to the main thread cause there is no guarantee that the SDK calls this method on the main thread. Previously, this issue led to crashes in SentryFramesTracker. Fixes GH-3511
* fix: Synchronization issue in FramesTracker Synchronize the call to SentryFramesTracker.resetProfilingTimestamps by dispatching it to the main thread cause there is no guarantee that the SDK calls this method on the main thread. Previously, this issue led to crashes in SentryFramesTracker. Fixes GH-3511
Platform
iOS
Environment
Production
Installed
Swift Package Manager
Version
8.9.6
Did it work on previous versions?
No response
Steps to Reproduce
Direct use will appear.
Expected Result
no crash.
Actual Result
Have a Crash.

Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: