Add extra params to bug reports (#2490)

* Add extra params to bug reports

- `local_time`: the time in the device's timezone.
- `utc_time`: the time in UTC.
- `sdk_sha`: the commit SHA that was used to build the Rust SDK
This commit is contained in:
Jorge Martin Espinosa 2024-03-05 17:21:47 +01:00 committed by GitHub
parent 3386ee5178
commit b64d7a267e
7 changed files with 86 additions and 2 deletions

View file

@ -0,0 +1 @@
Add `local_time`, `utc_time` and `sdk_sha` params to bug reports so they're easier to investigate.