@ux-capture/gatsby-plugin-ux-capture
v0.1.5
Published
This plugin integrates [UX Capture](https://github.com/ux-capture/ux-capture) UX metrics instrumentation library into Gatsby.
Downloads
3
Maintainers
Readme
Gatsby UX Capture plugin
This plugin integrates UX Capture UX metrics instrumentation library into Gatsby.
Add it to your gatsby-config.js
file
module.exports = {
plugins: [`@ux-capture/gatsby-plugin-ux-capture`]
};
and use UX Capture React bindings (@ux-capture\react-ux-capture
) to instrument individual views and elements on the page.