-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow crash reporters registration during app bootstrap #21457
Allow crash reporters registration during app bootstrap #21457
Conversation
I don't know what this means. But I'm on board! |
It's a very lazy but also very fast koala |
php-cs is failing |
e0efd07
to
8fba7a2
Compare
CI says no |
Christoph says yes |
8fba7a2
to
bde8ee7
Compare
🐨 🚀 |
CI still says no... 🐨 💣 |
Signed-off-by: Christoph Wurst <[email protected]>
bde8ee7
to
2b7b714
Compare
Christoph says yes, again. Turns out I did not check the registry tests and I even found an uncovered edge case while writing the tests 🐨 🚀 |
🐨 🎈 |
Before
This changes the crash reporters registration from
… when we might not even use it.
After
It now just appends a string to an array. The service is only built if we really need it. Thus 🐨:rocket:
\OCP\Support\CrashReport\IRegistry
is obsolete, so I've deprecated it.For ChristophWurst/nextcloud_sentry#207, but needs #21456 to work properly.