You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,10 @@
77
77
- Changed the priority of the `ConsoleCommandListener::handleConsoleErrorEvent` listener to `-64`.
78
78
- Changed the priority of the `ConsoleCommandListener::::handleConsoleCommandEvent` listener to `128`.
79
79
- Changed the priority of the `MessengerListener::handleWorkerMessageFailedEvent` listener to `50`.
80
+
- Changed the priority of the `RequestListener::handleKernelRequestEvent` listener to `5`.
81
+
- Changed the priority of the `RequestListener::handleKernelControllerEvent` listener to `10`.
82
+
- Changed the priority of the `SubRequestListener::handleKernelRequestEvent` listener to `3`.
83
+
- Changed the priority of the `SubRequestListener::handleKernelFinishRequestEvent` listener to `5`.
80
84
- Changed the type of the `sentry.options.before_send` configuration option from `scalar` to `string`. The value must always be the name of the container service to call without the `@` prefix.
0 commit comments