Ivan Dlugos
                                            Ivan Dlugos
                                        
                                    Docs are update, closing this issue
these seem pretty stable now, closing the issue.
I've added a new tracking issue, to clearly track the dependencies that must be implemented first before we can go on and implement here in the unity SDK: #1044
FYI this is related to https://github.com/dart-lang/http/issues/24 which proposes a different approach
I don't currently have the capacity to address this but I think it's still an issue.
> which provide more context than what the inproc backend offers. OK, but what exactly does that mean? I'm really curious because if the others are more complicated to integrate...
Thank you. This is exactly the information that I believe should be documented, be it on docs.sentry.io for sentry-native or at least here in the repository. And yes, there will...
I've tried reproducing this locally with our aspnetcore sample and [`ab`](https://httpd.apache.org/docs/2.4/programs/ab.html) but haven't seen any significant overhead from enabling profiling. I've launched the example with `dotnet run -c Release` with...
`dart:mirrors` isn't supported for AOT anyway, as far as I know. I think you can either integrate our native SDK and let it load the libs, or do the same...
Thanks @tompark for the suggestions. Indeed, the use case looks very reasonable. Maybe it would be enough to implement `Uint8List` on `_FbUint8List`? If you'd like to experiment and contribute a...