-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat: replay #1736
base: main
Are you sure you want to change the base?
feat: replay #1736
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- replay ([#1736](https://github.com/getsentry/sentry-unity/pull/1736)) If none of the above apply, you can opt out of this check by adding |
<ItemGroup> | ||
<SentryJarArtifact Include="$(SentryAndroidRoot)/sentry/build/libs/sentry*.jar" /> | ||
</ItemGroup> | ||
<Copy SourceFiles="@(SentryJarArtifact)" DestinationFiles="@(SentryJarArtifact->'$(SentryAndroidArtifactsDestination)sentry.jar')" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<exec>
with cp
didn't work on Windows
I'd say that's more than fine. |
Yeah if it worked only on the latest version it would also be OK IMO |
@vaind any chance to get this working on Unity 6 at least? |
A small experiment if we can get native replay working on mobile. Currently facing some issues:
Android
iOS
Currently can't test because I don't have a physical iPhone and Unity doesn't build for arm64 simulator. I've tried running on mac as if it was an iPad but replay didn't work - the integration got installed but there were no replays coming through.