0.1.5 • Published 3 years ago

@ux-capture/gatsby-plugin-ux-capture v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

See a Gatsby UX Capture implementation example.