-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
iOS: native support #254
iOS: native support #254
Conversation
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.
nice tests
test/Sentry.Unity.Editor.iOS.Tests/Sentry.Unity.Editor.iOS.Tests.csproj
Outdated
Show resolved
Hide resolved
// IMPORTANT: Changes to this file will be lost! | ||
// This file is generated during the Xcode project creation. | ||
|
||
// TODO: make pretty with link to docs |
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.
👍
Good stuff! Left suggestions for some minor improvements but this is great! |
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.
🚀
<ShutdownTimeout>k__BackingField: 2000 | ||
<MaxQueueItems>k__BackingField: 30 | ||
<IOSNativeSupportEnabled>k__BackingField: 1 |
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.
We need to consider the upgrade path. Where this field doesn't exist and will default to 0
.
Perhaps have it nullable so we can tell if the user opt-ed out or if it's just an upgrading scriptable objet
test/Sentry.Unity.Editor.iOS.Tests/Sentry.Unity.Editor.iOS.Tests.csproj
Outdated
Show resolved
Hide resolved
…-unity into feat/ios_native
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.
Awesome stuff! I left some minor notes but we could merge and address other things in follow up PRs
First working iteration on our iOS Native Support: