Ivan Dlugos
Ivan Dlugos
> 1. We can't make it public but we can expose it through headers inside flutter project. Hmm, how does that work? Is it different to what is done with...
> But Im starting to believe that Flutter should have its own implementation of session replay since it has its own renderer. This way we wont have any dependencies in...
Thanks, I'm looking into Android at the moment so it's fine. I'll let you know if anything changes and I end up moving more stuff to Flutter, as you've suggested,...
During development of replay for Flutter, I'm often getting `[Sentry] [error] [SentrySessionReplay:282] Could not create replay video - Error Domain=AVFoundationErrorDomain Code=-11823 "Cannot Save" UserInfo={NSLocalizedRecoverySuggestion=The requested file name is already in...
Also, I get the same error repeatedly (every second) once the replay is sent due to an error. That is with both error replays and session replays at 1.0
I've made a [PR in Go](https://go-review.googlesource.com/c/go/+/585396) to land the change to GoroutineProfile() and verified the functionality in the SDK on branch https://github.com/getsentry/sentry-go/tree/feat/goroutine-profile
This is reproducible if you run a docker image on Linux GHA as a non-root user. E.g. here: https://github.com/getsentry/sentry-unity/actions/runs/3283416099/jobs/5408100927 ``` docker run -td --name unity --user $(id -u):$(id -g) .......
@denrase your findings are correct, we're relying on the list of native images that is being provided by native Android/iOS implementation. I don't see how this could reasonably move directly...
> Also, we don't need any of the stuff flutter-sentry adds on top, so it would be a waste of space. It's not possible to get it working with dart...
closing because - cocoa FFI has already been in use for profiling for a while - java FFI is coming for replay in another PR