-
-
Couldn't load subscription status.
- Fork 57
feat: Xbox Native Support #2314
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
Conversation
|
| return; | ||
| case BuildTarget.GameCoreXboxSeries: | ||
| case BuildTarget.GameCoreXboxOne: | ||
| // TODO: Figure out if we need to ship with a crash handler |
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.
Can we test this before we ship it? Not sure how useful this is if we don't have a crash handler?
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.
xbox currently uses breakpad so there's no additional executable that needs to be copied. This shall change in https://github.com/getsentry/sentry-xbox/issues/5
This is the basic Xbox Native Support. We can basically treat this as a Windows build.
Relies on:
Open TODOS: