We decided to drop the Gson dependency and write JSON explictly via JsonReader and JsonWriter. This will address: #1489 #1497 #1420 - [ ] Timestamps should be encoded as double to get higher preicison than the current format (only up to milliseconds) (See https://github.com/getsentry/sentry-java/issues/1541)
We decided to drop the Gson dependency and write JSON explictly via JsonReader and JsonWriter.
This will address: #1489 #1497 #1420