-
Notifications
You must be signed in to change notification settings - Fork 129
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
SwiftUI Instrumentation #676
Conversation
This reverts commit ea81936.
…vigation RUMM-1745 Use single handler for UIKit and SwiftUI views instrumentation
Co-authored-by: Maciek Grzybowski <[email protected]>
RUMM-1658 Manual instrumentation of SwiftUI actions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave it one more validation round using my SwiftUI side project. It was very easy to instrument and seems to work fine - both views and actions. I think we ship a really good set of APIs with this PR 💪, nice job 🏆💯!
Leaving approval, as all these efforts were already qualified 👌.
🚀 |
SwiftUI Instrumentation
Add support for
SwiftUI
manual instrumentation of views and actions.Merge the following feature PRs into
master
:UIApplicationDidBecomeActiveNotification
#642RUMCommandPublisher
to publish RUM command to a subscriber #649RUMAutoInstrumentation
toRUMInstrumentation
#652