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
@mugdha-adhav I am also getting the same issue. Not getting any error on sending empty or invalid write key and I am getting response 200 OK in return. How you have tackled this case?
If I set an empty or invalid write key while creating a client, it doesn't return any error. Everything goes through and no error is logged.
I tried creating client with both the below methods
But no error is returned even while calling
client.Enqueue()
orclient.Close()
Shouldn't the code return an error if data is not received in Segment? Or even when the client creation is incorrect.
It's assumed that data is sent unless you verify it manually, which is misleading.
The text was updated successfully, but these errors were encountered: