-
Notifications
You must be signed in to change notification settings - Fork 8
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] NR-178557 Adds visionOS support to iOS agent #171
Conversation
Will add visionOS target tests |
@@ -497,8 +497,10 @@ - (void) onSessionStart { | |||
|
|||
// Attempt to upload crash report files (if any exist) | |||
if ([NRMAFlags shouldEnableCrashReporting]) { | |||
#if !TARGET_OS_VISION | |||
|
|||
[[NRMAExceptionHandlerManager manager].uploader uploadCrashReports]; |
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.
I'm guessing VisionOS doesn't give us crash reports, similar to WatchOS?
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.
Im still investigating this but I believe, like watchOS, PLCrashReporter doesn't yet support this. So we'd have to do something similar to Firebase's watchOS crash support for these I believe. I will make an additional ticket for investigating crash reporting possibilities with AVP (or at least the simulator until I get a real device).
… visionOS # Conflicts: # Test Harness/NRTestApp/NRTestApp.xcodeproj/project.pbxproj
… visionOS # Conflicts: # Agent/General/NewRelicAgentInternal.m
https://new-relic.atlassian.net/browse/NR-178557