-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Session Replay support for .NET MAUI #2136
Comments
We're working on it! Wanna join the early adopter release? Join the waitlist and discussion about the feature: |
@bruno-garcia do we have any updates on that? I suppose it is possible to do a native binding for MAUI support, but not sure if you are working on that... |
@a-martsineuski we'd like to add this but it's not a WIP yet. As you said, it's all about bindings. If you could make a PR for iOS, that'd be super helpful. But our bindings right now are a bit messy given there's a script we run to adjust the output of Objective Sharpie, and the script isn't re-entrant. Any help here much appreciated. |
Problem Statement
Add support for Sentry's Session Replay: https://sentry.io/for/session-replay/
Solution Brainstorm
Since this is native, it'll likely be a wrapper over the solution built for:
The text was updated successfully, but these errors were encountered: