Skip to content
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

Closed
wants to merge 9 commits into from

Conversation

cdillard-NewRelic
Copy link
Member

@cdillard-NewRelic cdillard-NewRelic commented Nov 6, 2023

@cdillard-NewRelic
Copy link
Member Author

Will add visionOS target tests

smalsam-newr
smalsam-newr previously approved these changes Nov 6, 2023
@@ -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];
Copy link
Contributor

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?

Copy link
Member Author

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).

@cdillard-NewRelic cdillard-NewRelic changed the title [iOS] Adds visionOS support to iOS agent [iOS] NR-178557 Adds visionOS support to iOS agent Nov 8, 2023
… visionOS

# Conflicts:
#	Test Harness/NRTestApp/NRTestApp.xcodeproj/project.pbxproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants