You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
settings.redaction on client.projects.update and on the project response: server-side PII redaction applied before spans are stored. Set mode: "enforce" to scan span content for the configured categories and replace matches with a labelled placeholder, with entities choosing the categories, scopes.metadata extending the scan to metadata and tags, and identities controlling whether user identifiers are kept or pseudonymized. Applies only to spans ingested after the change and cannot be undone.
Changed
client.projects.update now patchessettings instead of replacing it. Fields you omit keep their stored values, so updating one setting no longer clears the others.