Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

let's add the windows/macos/linux support to this script https://github.com/getsentry/sentry-dart/blob/main/flutter/example/run.sh the way of uploading debug files is the same as iOS/Android -> https://github.com/getsentry/sentry-dart/blob/main/flutter/example/run.sh#L58-L60 we need to see if frames are symbolicated,...

indeed, we'd need to install the `LoadAndroidImageListIntegration` integration for Flutter Desktop, but not only, on Android, `sentry-native` is also responsible for loading that. That means, either we ship sentry-native for...

Removed `obfuscate` from the title since it's not supported by the tooling anyway.

For Dart/Flutter I've added https://github.com/getsentry/sentry-dart/tree/main/min_version_test Now we need a Flutter example or modify the current one that compiles with the `min` supported version to avoid issues such as #916 The...

@marcellodesales thanks for reporting. not sure if I follow the feature, can you describe the use case? do you mean when an error happens (eg 500) or every single request...

We do collect some data if the `sendDefaultPii ` is enabled (including headers, verb, request body), see https://github.com/getsentry/sentry-dart/blob/main/dart/lib/src/http_client/failed_request_client.dart#L162-L173 Unfortunately, we can't collect the request and response payload, that's best if...

When this is done, we should actually also add to the develop docs https://develop.sentry.dev/sdk/features/#attaching-request-body-in-server-sdks This feature does make sense for the other SDKs as well, We'll create issues for the...

@adbl thanks for reporting, will have a look at it. @jennmueng could you please check the https://github.com/getsentry/sentry-react-native/issues/1409#issuecomment-938599118 issue? thanks

we could run a test using the Sentry Android SDK v6 alpha that vendors Gson and this issue should be fixed by itself. If not, we can look into fixing...