Jonas Uekötter
Jonas Uekötter
On Linux this also seems to be a problem even without resizing the window: https://sentry.io/share/issue/014e554f41e449298005bc120e1641da/
I wonder how that works with JSON (de) serialization, since that historically always has been Map. Though I suspect that it works. Other than that I see nothing which should...
Json decoding returns a `Map` so `x.fromJson(Map)` has to stay that way. A couple of things like extras will have to stay because of that, too. However, there's still a...
Yeah, but then I would also have to write my own NavigationObserver and so on. The support for custom metrics is pretty exciting.
You can set `SentryOptions.client` to use a [IOClient](https://pub.dev/documentation/http/latest/io_client/IOClient-class.html). The IOClient constructor allows to use a dart:io HttpClient. That should fix the original issue. Remarks: - It might be needed to...
You can't do a proxy setup in JS though. That's why it isn't available in the HTTP package by default. Using the [IOClient](https://pub.dev/documentation/http/latest/io_client/IOClient-class.html) from the HTTP package does what the...
> the other question is, do we want to get rid of `http` package and use only `HttpClient` which is builtin on the Dart SDK? The built-in client is only...
> Cheers! I don't think we can release this as a stable release before our dependencies stabilise. Yes, and I don't expect you too. I just wanted to update `graphql`,...
> In the meanwhile you can follow the guide https://github.com/zino-hofmann/graphql-flutter/blob/main/docs/dev/MAINTAINERS.md to fix your commit message, we do not have breaking change so we may work around a possible solution. Of...
> > I'm not sure if that's possible. I'm pretty sure user will have to accept, that they have to update the gql dependencies to use graphql with these proposed...