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
In my app, I had been using the SentrySymfonyEvents::SET_USER_CONTEXT event to add my user context info to Sentry. When updating to 3.0, I found this event is no longer present with no mention of this B/C break in the upgrade guide. I can work around this, but I think it'd be helpful if the upgrade docs at least noted the SentrySymfonyEvents::PRE_CAPTURE and SentrySymfonyEvents::SET_USER_CONTEXT events were removed so there's less surprise for users of the bundle.