Ivan Dlugos

Results 297 comments of Ivan Dlugos

@brianrob thanks for the review, somehow I've missed it until now. I've addressed your requests and updated the branch. Let me know if there's anything else needed.

> You got to tell me what do you want to have exposed then :) I imagine the code that captures images is going to be separate from the code...

> > i.e. creating the video (from bitmaps) > > Yeah, this makes sense, I'll create a new method in SimpleVideoEncoder that creates a video out of a bitmap list....

I've done a bit of research into this and the closest to what we have in other languages and also most useful seems to be the [`async-profiler`](https://github.com/async-profiler/async-profiler) which combines `AsyncGetCallTrace`...

I've experimented a bit with `async-profiler` and here are some notes (besides the updated links in the previous comment): ## Findings - Only officially available on Linux and macOS. There...

Thanks @apangin for your valuable input and for filling in more context. I really appreciate that. Firstly, to clarify parts of my comment which may have been misunderstood: all the...

Hey, I've gotten back to this and I think the async-profiler with some adaptations is a viable option. As I've already mentioned above, I still feel the best approach (performance...

> Wouldn't this make it harder to keep it up-to-date with the changes upstream? I tend to prefer a submodule on the fork We would likely need just a part...

I've given this a try to integrate into Flutter and I'm facing a couple of roadblocks so far: 1. The APIs are currently private (`SentrySessionReplayIntegration` and/or `SentrySessionReplay` and its dependencies,...

> will be notified when a new screenshot needs to be provided. I'm not sure that's going to work well. In order to capture a screenshot in Flutter on demand,...