Parsing of datetimes in request params
I tried to get the request params of a few failed requests against an API endpoint of ours from Bugsnag. The request params contained datetimes. bugsnag-api seems to try to parse datetimes into Time objects. In my case, they ended up being wrong. The datetimes were formatted like this: "10:27:13 Mar 27, 2020 PDT". Without information about the formatting, it will be hard to guess the right format and parse it correctly in some cases. Datetimes probably shouldn't be parsed at all for request params.
Hi @tsujigiri
Could you contact [email protected] with an example of the API request you're making and details of which Bugsnag project this is on so we can try to reproduce the behavior?
:heavy_check_mark:
Hey @tsujigiri! we've not received anything at [email protected] just yet.
That's weird. Did you check your spam folder? :grimacing:
I sent it again.
@tsujigiri - received thank you!