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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Upgrade 3.x to 4.0
2
2
3
+
- Bumped the required version of `sentry/sentry` to `^3.0`: this version relies on the [envelope endpoint](https://develop.sentry.dev/sdk/envelopes/); if you are
4
+
using an on-premise installation it requires Sentry version `>= v20.6.0` to work; if you are using [sentry.io](https://sentry.io) nothing will change and no action is needed. For further details read the [UPGRADE-3.0.md](https://github.com/getsentry/sentry-php/blob/master/UPGRADE-3.0.md) document of `sentry/sentry`.
3
5
- Added the `$hub` argument to the constructor of the `SubRequestListener` class.
4
6
- Renamed the `ConsoleListener` class to `ConsoleCommandListener`.
5
7
- Renamed the `ConsoleListener::onConsoleCommand` method to `ConsoleCommandListener::handleConsoleCommandEvent`.
0 commit comments