-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix crash in RawBlockEditorSettingsService #24944
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
base: trunk
Are you sure you want to change the base?
Conversation
a26a530
to
8aea6df
Compare
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 29500 | |
Version | PR #24944 | |
Bundle ID | org.wordpress.alpha | |
Commit | f95cdd9 | |
Installation URL | 1boonithf4g08 |
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 29500 | |
Version | PR #24944 | |
Bundle ID | com.jetpack.alpha | |
Commit | f95cdd9 | |
Installation URL | 4g55uke8jst88 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we find out why WordPressOrgRestApi
might not be initializable? There shouldn't be any blogs on the device that don't work with this, so if there are we should figure out why – we probably have the data we need, we're just not getting it in the right way.
It looks like it's normal situation for the init to return Regardless of the reason it returns The crash only affected one user: https://a8c.sentry.io/issues/6942573624/events/?project=5716771. It's like a self-hosted site due to the missing "user" field. |
Could we have That way we can at least make it so that class doesn't need special error handling? |
Fixes https://a8c.sentry.io/issues/6942573624/
Closes https://linear.app/a8c/issue/CMM-838/exc-breakpoint-release