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

✨ [RUM-6956] Add name source to @_dd.action #231

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

cy-moi
Copy link
Contributor

@cy-moi cy-moi commented Nov 18, 2024

Add name_source field to @_dd.action related to PR DataDog/browser-sdk#3115

@cy-moi cy-moi marked this pull request as ready for review November 18, 2024 09:57
@cy-moi cy-moi requested review from a team as code owners November 18, 2024 09:57
},
"name_source": {
"type": "string",
"description": "Action name computing source",
Copy link
Member

Choose a reason for hiding this comment

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

Note

Can we make the description a bit clearer as to what this attribute is for ?
Also was there any investigation of what enum values might be needed in the Mobile SDKs ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. I will add a clearer description. The enum types are discussed in this RFC. This feature is experimental. We could also leave it a non-enum string as it is readOnly: false. Wdyt?

Copy link
Member

Choose a reason for hiding this comment

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

I think it maks sense to have an enum, I'll ask Mobile engineers working on SR privacy to take a look and add any missing value we might need.

@cy-moi cy-moi force-pushed the congyao/RUM-6956-add-action-name-source branch from 1f14c03 to 4bb1452 Compare November 18, 2024 11:24
@cy-moi cy-moi requested a review from xgouchet November 18, 2024 15:51
@cy-moi cy-moi merged commit 8beec7c into master Nov 19, 2024
8 checks passed
@cy-moi cy-moi deleted the congyao/RUM-6956-add-action-name-source branch November 19, 2024 13:26
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.

3 participants