Manoel Aranda Neto
Manoel Aranda Neto
It's not just adding the `attachScreenshot` flag. On iOS, native hard crashes would work, but the JS errors (even if it crashes the app) won't contain the screenshot, because we...
> If we're triggering the screenshot from JS through the bridge it's possible the view will change, no? So possibly not exactly what was on the screen at that time?...
There is already, do you mean this? https://github.com/getsentry/sentry-dart/blob/main/dart/tool/presubmit.sh
> This is for the dart module only? Or does this run for every module? Indeed, it's not executed once and works for all modules, that could be improved. You'd...
Similar to https://github.com/getsentry/sentry-dart/issues/416
a workaround, for now, is still doing it manually via https://docs.sentry.io/platforms/dart/configuration/options/#before-send
It was removed but it's back because of https://github.com/getsentry/sentry-react-native/pull/2015 We can remove it again for the [5.x](https://github.com/getsentry/sentry-react-native/pull/2389) release since we don't need to support older RN versions in that major...
https://github.com/getsentry/sentry-react-native/blob/e96259b6ed55622619015e580ed9ca98f29ef8d5/package.json#L57 On the next major version v5, the wizard was moved to the dev deps, so please upgrade your SDK when you feel comfortable with, since its not GA yet.
lib/src/client_reports/client_report.dart: ⚠ constructor ClientReport has unnecessary nullable parameters (this.timestamp) at /Users/.../Github/sentry-dart/dart/lib/src/client_reports/client_report.dart:8:3 lib/src/enricher/io_enricher_event_processor.dart: ⚠ method _getRuntimes has unnecessary nullable parameters (List? runtimes) at /Users/.../Github/sentry-dart/dart/lib/src/enricher/io_enricher_event_processor.dart:54:3 lib/src/http_client/breadcrumb_client.dart: ⚠ constructor BreadcrumbClient has unnecessary nullable...
@byCedric no worries, unfortunately, we don't have an ETA since we are still prioritizing all the open issues, closing old ones, etc... hoping to work on that soon tho. would...