sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

timestamp field no respecting documentation

Open boxxxie opened this issue 3 years ago • 0 comments

relevant docs: https://develop.sentry.dev/sdk/event-payloads/types/#example

i ran the examples from the docs through sentry-cli

{ "timestamp": "2011-05-02T17:41:36" }

error: the 'offset hour' component could not be parsed at line 1 column 36

{ "timestamp": "2011-05-02T17:41:36.000" }

error: the 'offset hour' component could not be parsed at line 1 column 40

boxxxie avatar Jul 21 '22 20:07 boxxxie