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
We can only use a static function for person_fn which is not really useful since most of the time we'd want to access some dependencies from inside the function and thus use a service instead of a static.
In older versions of Rollbar, we were able to add person data from inside a monolog.processor tagged service. Like that:
We can only use a static function for
person_fn
which is not really useful since most of the time we'd want to access some dependencies from inside the function and thus use a service instead of a static.In older versions of Rollbar, we were able to add
person
data from inside amonolog.processor
tagged service. Like that:But as of now, Rollbar doesn't consider this as being
person
data (like before) as it is added inbody.extra
variables.The text was updated successfully, but these errors were encountered: