I’m seeing an intermittent "Invalid metric type" error in my Java Spring Boot app when sending events to Mixpanel. Here’s the log snippet:
time="2024-11-03T23:00:58.328155210Z" level=error msg="invalid metric type for 0263554c5365dd6303716d90826da57990b4dcc0f37dbc8a7263402ced2ac063" error="<nil>"
The error occurs inconsistently, and I’m trying to understand the root cause.