-
Notifications
You must be signed in to change notification settings - Fork 227
bug(logs): wrong type definitions #1137
Copy link
Copy link
Closed
Labels
Description
Description
It seems like the type definitions for what a Log item is are wrong as of algoliasearch@4.1.0.
All the fields are defined as camel case when they should actually be snake case.
| readonly timeStamp: string; |
eg:
queryHeadersshould bequery_headerstimeStampshould betimestamp
etc
I can make a PR :)
Related
Reactions are currently unavailable