Manoel Aranda Neto

Results 277 issues of 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...

type: documentation

### Problem Statement ``` { "type": "transaction", "sample_rates": [ { "id": "client_rate", "rate": 1 } ] } ``` `sample_rates` isn't part of the spec. ### Solution Brainstorm Remove the field...

Type: Improvement
Status: Backlog

### 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...

Misc: Help Wanted
Type: Bug
Package: react
Status: Backlog
Jira

## :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...

bug
Platform: Java
Effort: Small
Impact: Small

### Description ``` { "breadcrumbs": [] } ``` Currently, an empty list that is deserialized via `nextList` throws if the list is empty or invalid. The logger is `Failed to...

enhancement
Platform: Java
Effort: Small
Impact: Small

### Description ![Screenshot 2022-06-22 at 11 08 59](https://user-images.githubusercontent.com/5731772/174990874-fa1283f7-850f-4636-9bdf-2a060c6c9256.png) 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.

Platform: Android
Effort: Small
Impact: Small

## :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 - [ ]...