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
If a filter returns a type of thing ({replace: newEvent } for example), then the event being processed should be replaced with the one returned.
Enables a non-mutating way for the common scenario of a filter 'altering' an event (such as replacing a resource request event with an event that is an auth check, containing the resource request event in its payload.
The text was updated successfully, but these errors were encountered:
If a filter returns a type of thing (
{replace: newEvent }
for example), then the event being processed should be replaced with the one returned.Enables a non-mutating way for the common scenario of a filter 'altering' an event (such as replacing a resource request event with an event that is an auth check, containing the resource request event in its payload.
The text was updated successfully, but these errors were encountered: