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
fix(agent): do not call 'get' directly on Symfony requests (#1151)
Calling `get` on a request object is not best practice, and has been
deprecated. It is advised to instead call get on the proper member, in
our case, `attributes`.
closes#1148
0 commit comments