Manoel Aranda Neto
Manoel Aranda Neto
Add Sentry to the Crash monitoring section. Repo: https://github.com/getsentry/sentry-android Why? An easy to integrate and use Crash monitoring tool for Android with NDK support.
Hey, first of all, big thanks for the lib. It'd be nice to mention Sentry as a compatible leak uploader as well in the docs: https://square.github.io/leakcanary/recipes/ Steps: Install the Sentry...
### Problem Statement ``` { "type": "transaction", "sample_rates": [ { "id": "client_rate", "rate": 1 } ] } ``` `sample_rates` isn't part of the spec. ### Solution Brainstorm Remove the field...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
## :scroll: Description Added missing unit field. Added support for unknown fields in case new types come from Hybrid SDKs. ## :bulb: Motivation and Context Fix https://github.com/getsentry/sentry-java/issues/2150 Part of https://github.com/getsentry/team-mobile/issues/31...
### Description https://develop.sentry.dev/sdk/event-payloads/transaction/ ``` { "measurements": { "my.custom.metric": { "value": 456, "unit": "millisecond" } } } ``` `MeasurementValue` class `serialize` and `deserialize` should add support for it, it's currently losing...
### Description ``` { "breadcrumbs": [] } ``` Currently, an empty list that is deserialized via `nextList` throws if the list is empty or invalid. The logger is `Failed to...
### Description  Remove workaround for API 14-16 https://docs.sentry.io/platforms/android/using-ndk/#api-level-lower-than-16 Add breaking change entry to migration docs.
## :scroll: Description ## :bulb: Motivation and Context More HTTP details for the OkHttp integration. Context: https://medium.com/okcredit/how-okcredit-android-app-boosted-network-performance-by-30-84109080c065 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ]...