[RUM 8891] [V3] Polish add/removeAttribute API#1006
Merged
Conversation
sbarrio
force-pushed
the
sbarrio/RUM-8891/polish-attribute-api
branch
from
October 7, 2025 07:35
1f28ee8 to
c2c70e8
Compare
sbarrio
force-pushed
the
sbarrio/RUM-8891/polish-attribute-api
branch
from
October 8, 2025 13:36
c2c70e8 to
1290eff
Compare
sbarrio
commented
Oct 8, 2025
| */ | ||
|
|
||
| import { DefaultTimeProvider, RumActionType } from "@datadog/mobile-react-native"; | ||
| import { ErrorSource } from "@datadog/mobile-react-native/lib/typescript/rum/types"; |
Contributor
Author
There was a problem hiding this comment.
This import was wrong and somehow slipped by us so I decided to fix it here.
sbarrio
force-pushed
the
sbarrio/RUM-8891/polish-attribute-api
branch
from
October 8, 2025 13:40
1290eff to
21abb57
Compare
sbarrio
force-pushed
the
sbarrio/RUM-8891/polish-attribute-api
branch
from
October 8, 2025 14:51
21abb57 to
d9c8f2a
Compare
sbarrio
force-pushed
the
sbarrio/RUM-8891/polish-attribute-api
branch
from
October 8, 2025 15:35
d9c8f2a to
de38d91
Compare
sbarrio
marked this pull request as ready for review
October 9, 2025 07:41
marco-saia-datadog
approved these changes
Oct 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR updates and properly exposes the full attribute API. It does the following:
Motivation
We need to align and properly expose existing APIs from the native SDKs.
Additional notes
Review checklist (to be filled by reviewers)