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
However the hook_context.evaluation_context is created before this, so it doesn't contain the attributes or targeting key that exists in the propagated transaction context. This is unexpected. I believe that the _before_hooks_and_merge_context should be called inside _establish_hooks_and_provider so that the evaluation_context field in the hook_context can be up to date with all the attributes.