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

fix: incorrect espresso and xcuitest flags #999

Merged
merged 7 commits into from
Jan 15, 2025

Conversation

diegoperini
Copy link
Contributor

Description

Follow up PR to address missing review items in the original instrumentation update

@diegoperini diegoperini requested a review from a team as a code owner January 15, 2025 17:41
@diegoperini diegoperini added the enhancement New feature or request label Jan 15, 2025
@diegoperini diegoperini self-assigned this Jan 15, 2025
Copy link
Contributor

@alexplischke alexplischke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't

GroupFolderRedirect bool `yaml:"groupDirectory,omitempty" json:"groupDirectory"`
and
GroupFolderRedirect bool `json:"group_directory,omitempty"`
be renamed as GroupDirectory then as well?

@diegoperini
Copy link
Contributor Author

Shouldn't

GroupFolderRedirect bool `yaml:"groupDirectory,omitempty" json:"groupDirectory"`

and

GroupFolderRedirect bool `json:"group_directory,omitempty"`

be renamed as GroupDirectory then as well?

Yes. That name do convert to the correct value during serialization but for consistency, I also renamed the golang name. 👍

@alexplischke alexplischke changed the title Cleaned up unused schema values fix: incorrect espresso and xcuitest flags Jan 15, 2025
@tianfeng92 tianfeng92 merged commit c02ba60 into main Jan 15, 2025
16 checks passed
@tianfeng92 tianfeng92 deleted the dp-cleanup-unused-instrumentation-settings branch January 15, 2025 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants