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.