-
-
Notifications
You must be signed in to change notification settings - Fork 445
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
Session Replay for native Android applications #2476
Comments
It might be easier to implement for Jetpack Compose as the runtime is packaged as part of the app, allowing us to instrument the drawing code at build-time (as opposed to the Android View System where the drawing commands are provided by the system).
|
Does this mean you wouldn't implement "classic" way for apps (I mean java activities)? |
@GeekCornerGH we definitely would, at the very least to support React Native which has a way bigger demand and still uses traditional android Views as of now. |
Interesting. For my usecase, I can't use React Native, what would be the top priority between Compose and Views? |
Not saying you should use RN, but just meant if we were to implement Session Replay on Android, we would definitely start with something that supports React Native (=Views), so you're covered :) |
Alright, apologies for my misunderstanding, and thanks for providing such tools for free! |
We're doing a PoC of this as we speak. We should have some updates after the holidays |
We're working on it! Wanna join the early adopter release? Join the waitlist and discussion about the feature: |
We released our first Alpha version of the SDK with support: https://github.com/getsentry/sentry-java/releases/tag/7.8.0-alpha.0 To get access, it requires adding your Sentry org to our feature flag. This way data can be ingested and displayed in Sentry. |
Session Replay is now Generally Available! Thanks everyone for trying it out and giving feedback. Please open a ticket if you have any issues! |
Problem Statement
Support for Session Replay for Native Android apps
We're working on it! Wanna join the early adopter release? Join the waitlist and discussion about the feature:
Solution Brainstorm
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: