-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: log search interactions to APM (#2036)
* feat: log to APM search interactions * feat: catch and log search result click events * refactor: derive API params in method, not computed So that they may be used by onClickItem handler * chore: linting * fix: end transaction * refactor: reusable search interaction logging fn * feat: pause before closing result click transaction As otherwise the APM agent discards it. * refactor: add content filter on demand * test: spec item preview card event listeners * test: spec interaction logging to APM * refactor: move to module; add session ID * refactor: move APM logging to mixin With SSR logging deferred to client-side, for session ID from sessionStorage. * chore: update Dockerfile for vue-session-id * docs(vue-session-id): add README * test: update SearchInterface specs for mixin use * test: spec elasticApmReporter mixin * docs(vue-session-id): correct typo * fix: prevent clicking on slot from triggering custom event
- Loading branch information
Showing
23 changed files
with
578 additions
and
161 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.