-
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 | 29665 | |
| Version | PR #24944 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | cb01548 | |
| Installation URL | 3h1c3uvm5grbo |
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 29665 | |
| Version | PR #24944 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | cb01548 | |
| Installation URL | 0nh03caamn4c8 |
jkmassel
left a comment
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? |
f95cdd9 to
a7cfceb
Compare
Generated by 🚫 Danger |
I'm not sure if that's exactly what you want. Currently, |
bab4237 to
3842b10
Compare
…ce as non-optional
3842b10 to
cb01548
Compare
|





Fixes https://a8c.sentry.io/issues/6942573624/
Closes https://linear.app/a8c/issue/CMM-838/exc-breakpoint-release