Manoel Aranda Neto
Manoel Aranda Neto
Also https://github.com/getsentry/sentry-react-native/issues/2596#issuecomment-1301342103
Closing this since `runZonedGuarded` isn't recommended anymore anyway
@vaind do you know if this is possible after your PRs on Dart/Flutter language/engine?
https://github.com/getsentry/sentry-dart-plugin already supports `include_native_sources` we'd need to upload debug symbols with this flag enabled when compiling with `--split-debug-info` and without, since the process changes a little bit. My hunch is...
> I've managed (with a custom flutter build) to get an issue with absolute paths to sentry.io from Android. Weirdly though, each stacktrace source path contains "dispose" somewhere in the...
> As for web, I'm confused... [this issue linked above](https://github.com/getsentry/sentry-dart/issues/417) says it should work, but for some reason, It doesn't for me: [sentry.io/organizations/sentry-sdks/issues/3734775388/events/e14d18b2b90c4c97815245624ed4757e/?project=5428562](https://sentry.io/organizations/sentry-sdks/issues/3734775388/events/e14d18b2b90c4c97815245624ed4757e/?project=5428562) There's no uploaded sourcemaps for this release.
In favor of https://github.com/getsentry/sentry-dart/issues/510
Unhandled promise rejections will not be caught by Sentry warning not working (only logging message)
any updates here @jer-sen ?
#1136 is going to unblock this via `hints`
The Java SDK makes it possible having a `ITransportFactory` and a `RequestDetails` parameter, so users could override the `transportFactory` property in the `SentryOptions` and mutate the `requestDetails`, we could do...