Skip to content

Conversation

@thomas-lebeau
Copy link
Contributor

@thomas-lebeau thomas-lebeau commented Nov 6, 2025

We want to release the encode cookie option behind a new beta init parameter

see DataDog/browser-sdk#3951

@thomas-lebeau thomas-lebeau marked this pull request as ready for review November 6, 2025 10:34
@thomas-lebeau thomas-lebeau requested review from a team as code owners November 6, 2025 10:34
mormubis
mormubis previously approved these changes Nov 6, 2025
/**
* Whether the beta encode cookie options is enabled
*/
use_beta_encode_cookie_options?: boolean;
Copy link
Member

Choose a reason for hiding this comment

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

this shouldn't start with use_. We only use use_ prefix when we can't serialize the configuration name in JSON or if it's sensitive.

Suggested change
use_beta_encode_cookie_options?: boolean;
beta_encode_cookie_options?: boolean;

…n TelemetryConfigurationEvent type and schema for consistency.
@thomas-lebeau thomas-lebeau merged commit 834392d into master Nov 7, 2025
12 checks passed
@thomas-lebeau thomas-lebeau deleted the thomas.lebeau/beta-encode-cookie-options branch November 7, 2025 09:47
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.

5 participants