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
eventDataTransform is expected to return a transformed event object. But wrapFunctionWithScopeApply calls the wrapped function with $timeout which is async and the wrapper function just return nil.
To fix this issue, we have to keep a list of settings required to be sync and avoid wrap them with wrapFunctionWithScopeApply.
eventDataTransform is expected to return a transformed event object. But wrapFunctionWithScopeApply calls the wrapped function with $timeout which is async and the wrapper function just return nil.
To fix this issue, we have to keep a list of settings required to be sync and avoid wrap them with wrapFunctionWithScopeApply.