sentry-rust
sentry-rust copied to clipboard
timestamp field no respecting documentation
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