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

CIAPP-3547 - iOS RUM integration implementation #60

Merged
merged 5 commits into from
Mar 17, 2022

Conversation

nachoBonafonte
Copy link
Contributor

What and why?

It enables the new RUM integration, it allows to show RUM sessions as part of a UI test. There is another PR in dd-sdk-io

How?

  • Detects when RUM is active with a message that RUM sdk sends to its CFMessagePort, and sets proper tags
  • If RUM is active sends the flush messsage to a RUM CFMessagePort
  • It changes the environment variable used for setting and activating the RUM integration

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

- Detects when RUM is active with a message that RUM sdk sends to its CFMessagePort, and sets proper tags
- If RUM is active sends the flush messsage to a RUM CFMessagePort
- It changes the environment variable used for setting and activating the RUM integration
@nachoBonafonte nachoBonafonte force-pushed the CIAPP-3547-iOS-RUM-integration-implementation branch from 9efaf5c to 5ab919d Compare March 17, 2022 16:23
Use log.debug instead of print()
@nachoBonafonte nachoBonafonte marked this pull request as ready for review March 17, 2022 16:39
@nachoBonafonte nachoBonafonte requested a review from a team as a code owner March 17, 2022 16:39
@nachoBonafonte nachoBonafonte merged commit c1cae51 into main Mar 17, 2022
@nachoBonafonte nachoBonafonte deleted the CIAPP-3547-iOS-RUM-integration-implementation branch March 17, 2022 16:39
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.

1 participant