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

feat: Dynamically update DOM event listeners #112

Merged
merged 5 commits into from
Mar 4, 2022
Merged

feat: Dynamically update DOM event listeners #112

merged 5 commits into from
Mar 4, 2022

Conversation

limhjgrace
Copy link
Contributor

Currently, the DOM event plugin doesn't dynamically update event handlers when new content is loaded. This feature allows the web client to automatically detect DOM changes and dynamically update the event handlers to record events for new DOM elements.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@limhjgrace limhjgrace changed the title feat: Dynamically update DOM event listeners automation feat: Dynamically update DOM event listeners by automation Mar 2, 2022
@limhjgrace limhjgrace changed the title feat: Dynamically update DOM event listeners by automation feat: Dynamically update DOM event listeners Mar 2, 2022
@limhjgrace limhjgrace requested a review from qhanam March 2, 2022 21:11
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/DomEventPlugin.ts Outdated Show resolved Hide resolved
src/plugins/event-plugins/__tests__/DomEventPlugin.test.ts Outdated Show resolved Hide resolved
@qhanam qhanam merged commit d4bfbb5 into aws-observability:main Mar 4, 2022
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.

None yet

2 participants