In preparation for the new_visit feature I looked through the code an noticed that the send method is never used, only sendBatch, so I think we should remove it.
This also breaks a test, but the test in question was already "wrong" I guess, since it should have tested sendBatch instead of send? Anyway, I wasn't able to fix it 😞.
In preparation for the
new_visit
feature I looked through the code an noticed that thesend
method is never used, onlysendBatch
, so I think we should remove it.This also breaks a test, but the test in question was already "wrong" I guess, since it should have tested
sendBatch
instead ofsend
? Anyway, I wasn't able to fix it 😞.