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-EVENT-FORMAT][Replay] rename webview fields #173

Merged
merged 4 commits into from
Dec 15, 2023

Conversation

mquentin
Copy link
Member

@mquentin mquentin commented Dec 14, 2023

Motivation

Following internal discussions, the PR aligns the naming of the webview concepts.

On top of this, it migrates the number based id to a string to get rid of the int32 Native problematic

@mquentin mquentin requested a review from a team as a code owner December 14, 2023 09:05
Copy link
Member Author

Choose a reason for hiding this comment

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

git mv did not go well here in the diff.

_webview-supported... naming was erroneous as other environments could later have slots (iframe...)

{
"properties": {
"slotId": {
"type": "string",
Copy link
Member Author

Choose a reason for hiding this comment

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

Discussed with @mariusc83 string are more reliable that integer (cf. int64 non supported long number in javascript issue)

"type": "integer",
"description": "Defines the unique ID of the replayed webview environment that will be nested in this container.",
"slotId": {
"type": "string",
Copy link
Member Author

Choose a reason for hiding this comment

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

Discussed with @mariusc83 string are more reliable that integer (cf. int64 non supported long number in javascript issue)

"type": "integer",
"description": "Defines the unique ID of the replayed webview environment that will be nested in this container.",
"slotId": {
"type": "string",
Copy link
Member Author

Choose a reason for hiding this comment

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

Discussed with @mariusc83 string are more reliable that integer (cf. int64 non supported long number in javascript issue)

mariusc83
mariusc83 previously approved these changes Dec 14, 2023
Copy link
Contributor

@N-Boutaib N-Boutaib left a comment

Choose a reason for hiding this comment

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

LGTM ✔️

@mquentin mquentin requested a review from mariusc83 December 15, 2023 09:34
@mquentin mquentin merged commit e9d4cd4 into master Dec 15, 2023
8 checks passed
@mquentin mquentin deleted the maxime.quentin/RenameWebviewFields branch December 15, 2023 10:11
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.

6 participants