0.1.5 • Published 4 years ago

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

Weekly downloads
217
License
MIT
Repository
github
Last release
4 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: [`@meetup/gatsby-plugin-ux-capture`]
};

and use UX Capture React bindings (@meetup\react-ux-capture) to instrument individual views and elements on the page.

See a Gatsby UX Capture implementation example.