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-3.0.md
+1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ changed:
40
40
* The `ExceptionListener` has been splitted and renamed: we now have a simpler `ErrorListener`, and three other listeners
41
41
dedicated to enriching events of data (`RequestListener`, `SubRequestListener` and `ConsoleListener`)
42
42
* The listeners are now `final`; append your own listeners to override their behavior
43
+
* The `SentrySymfonyEvents::PRE_CAPTURE` and `SentrySymfonyEvents::SET_USER_CONTEXT` events are dropped; if you want to inject data into your events, write your own listener in a similar fashion to `RequestListener`, using the `Hub` and the `Scope` to handle how and when the new information is attached to events
43
44
* The listeners are registered with a priority of `1`; they will run just before the default priority of `0`, to ease
44
45
the registration of custom listener that will change `Scope` data
45
46
* Configuration options of the bundle are now aligned with the new ones of the 2.0 SDK
0 commit comments