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
Currently if there is some additional data attached to a binary event, it is not possible to retrieve that additional data, e.g xxx["my_binary_event", "extra data"] is not correctly handled. The worst case scenario is that the event name is labelled entirely wrong. In the previous example the library currently just strips the brackets and ", which would cause an event name of: my_binary_eventextra data or something along those lines.
The text was updated successfully, but these errors were encountered:
Currently if there is some additional data attached to a binary event, it is not possible to retrieve that additional data, e.g
xxx["my_binary_event", "extra data"]
is not correctly handled. The worst case scenario is that the event name is labelled entirely wrong. In the previous example the library currently just strips the brackets and"
, which would cause an event name of:my_binary_eventextra data
or something along those lines.The text was updated successfully, but these errors were encountered: