Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
iOS: native support #254
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
Changes from all commits
1ca5f10
e7e8479
88ef4d5
0908f67
61e7737
1bbc257
ef0fa15
c01b417
75326d3
64f6b30
20c4fbd
f929999
e2d6653
1996527
dd91db5
65c0381
5d716e9
644ba52
62884dd
3849c0f
9a99d5c
45af472
fc025b2
db2d3bb
718108a
bd2d0e2
1fa6170
9359b58
79cc104
de78c19
c4a3ae2
bb2f52d
bd663e8
5cd5353
54e1e5d
dbef5f6
7ba5cb0
875fa0e
d380e9b
3db5ce8
a8a5ac5
ca080e7
0d16af3
867fec3
edd6ec7
67382e8
7c45a87
f9896b2
253484a
a206db2
dc822a9
484fd99
75b5d44
5a07dec
1d8fbde
801f50f
36b135c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
There are 3 exit conditions before we add Sentry. It could be useful when troubleshooting to log Debug (or error on
AddSentryToMain
returning null?) to help us understand customers issues when they report the logs