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
The decision logger is trimming the query prefix using strings.TrimLeft which expects a set of characters to remove. As a result, it's stripping all leading characters in "data." instead of just the string prefix "data.".
Activity