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
Rules are used to determine whether or not to parse the device id from the source or destination of the wrp. If the device id should be parsed from the destination, the rule should have a regular expression stating how to parse the destination. As long as that isn't empty, the destination should be used to get the device id for events following that rule. For any events with rules not specifying a regular expression or events that don't have a rule, the source should be used.
Rules are used to determine whether or not to parse the device id from the source or destination of the wrp. If the device id should be parsed from the destination, the rule should have a regular expression stating how to parse the destination. As long as that isn't empty, the destination should be used to get the device id for events following that rule. For any events with rules not specifying a regular expression or events that don't have a rule, the source should be used.