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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
This is incorrect as this is the time the job running, not the time of the Auth0 log event.
The expectation is that the time of the Auth0 log event is what is sent to mixpanel.
Here is an example of the incorrect result in Mixpanel.
It shows all the events happened in the same minute but in reality, the Auth0 log events happened several minutes apart.
The correct datetime is sent to mixpanel in the "date" field so this fal
In /server/lib/senders/mixpanel.js#L69, the time of the event is set as follows
auth0-logs-to-provider/server/lib/senders/mixpanel.js
Lines 66 to 69 in 6e73d72
This is incorrect as this is the time the job running, not the time of the Auth0 log event.
The expectation is that the time of the Auth0 log event is what is sent to mixpanel.
Here is an example of the incorrect result in Mixpanel.
It shows all the events happened in the same minute but in reality, the Auth0 log events happened several minutes apart.
The correct datetime is sent to mixpanel in the "date" field so this fal
Proposed fix:
Update
auth0-logs-to-provider/server/lib/senders/mixpanel.js
Line 69 in 6e73d72
to
The text was updated successfully, but these errors were encountered: