Ivan Dlugos
Ivan Dlugos
### Description https://github.com/getsentry/sentry-react-native/actions/runs/9582859697/job/26422794329?pr=3846 ``` FAIL test/tracing/stalltracking.iteration.test.ts ● Iteration › Stall tracking should update _stallCount and _totalStallTime when timeout condition is met expect(received).toBeGreaterThanOrEqual(expected) Expected: >= 100 Received: 99 [44](https://github.com/getsentry/sentry-react-native/actions/runs/9582859697/job/26422794329?pr=3846#step:6:45) | //...
## :scroll: Description Adds session replay support for Flutter (Android) * [x] automatic session replay * [x] native errors replay * [x] dart errors replay * [x] unit test coverage...
This changes the profiler to track tasks across threadpools. It makes use of ActivityComputer, which is [currently only patched in our fork](https://github.com/vaind/perfview/compare/feat/eventpipe-tracelog-streaming...getsentry:perfview:5a57f1044d94f77b74d984199b2bf2f9869721bf#diff-707bb23f66ccf9d959ea54151c895b438323cc36a94ed0218999838e99e0db4f) and not upstream. Also, **there's currently a blocking...
The vulnerability check CI has been broken so I went ahead and fixed it. The problem is that it now fails with actual vulnerabilities and we should fix them. I've...
This original exception seems resolved now... Many tests currently fail with the following exception: ``` System.InvalidCastException : Specified cast is not valid. at Castle.DynamicProxy.Internal.AttributeUtil.ReadAttributeValue(CustomAttributeTypedArgument argument) at Castle.DynamicProxy.Internal.AttributeUtil.GetArguments(IList`1 constructorArguments, Type[]& constructorArgTypes,...
> I've done away with the lambdas as well (these are now inline functions). > > The tests seem to pass now. 🎈 So indeed it seems like it has...
We can't unit test Native AOT implementation of `DebugStackTrace` (there's no xUnit runner to support AOT so no way to test this in unit tests. There's a tracking issue: https://github.com/dotnet/runtime/issues/91069)....
We have code that can't/should't run when the client app builds for NativeAOT/Trimmed. Currently, we're checking this at runtime. Try to follow up in this discussion whether/how we could make...
Originally this started as an update of DeviceTests to .net8 but there are errors which I've hoped would be fixed by updating the copy of MauiTestUtils we have from upstream....
Similar to https://github.com/dart-lang/native/issues/718 - it would be nice to have benchmarks to consult for various some non-trivial yet pretty common cases. For example, what is the performance of an FFI...