Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

iOS does not have hints yet. RN and Dart do not implement the new way of using hints and attachments .NET I'm not sure.

@vaind this one should be up to date because its automatically deployed https://develop.sentry.dev/sdk/event-payloads/types/#typedef-DebugMeta

@rhcarvalho pretty much because `getCurrentHub` isn't in the unified API -> https://develop.sentry.dev/sdk/unified-api/#static-api only the `Hub` exposes it, but nobody should deal with the Hub directly.

@mitsuhiko @HazAT can we merge this?

@dcramer by `.dev` do you mean `develop.sentry.dev`? if you open the link https://develop.sentry.dev/sdk/overview/#request-compression it jumps to the `Handling Errors` section.

ah so, yep, that's what I said, when running locally it works just fine

Apparently, the dart package analyzer GH Action only calls `pana` with `json` and `no-warning` https://github.com/axel-op/dart-package-analyzer/blob/master/app/bin/main.dart#L52-L53 I could actually reproduce that locally too. Trying to explain with a real use case....

> Perhaps we should leave --no-dependency-overrides out when analyzing a local folder... Yep, that would be ideal, otherwise, it makes `pana` very flaky on CI when using with monorepo that...

@devoncarew thanks for your reply. I've seen flakiness only on Windows, 1 out of ~7...8 runs?! it's quite often, usually rerunning helps. No idea, maybe GH Action servers and storage.googleapis.com...