Skip to content

Commit 3e23a7b

Browse files
authored
Add a warning on top of UPGRADE doc for SDK 3.0 (#415)
1 parent 172a4f2 commit 3e23a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE-4.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upgrade 3.x to 4.0
22

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`.
35
- Added the `$hub` argument to the constructor of the `SubRequestListener` class.
46
- Renamed the `ConsoleListener` class to `ConsoleCommandListener`.
57
- Renamed the `ConsoleListener::onConsoleCommand` method to `ConsoleCommandListener::handleConsoleCommandEvent`.

0 commit comments

Comments
 (0)