Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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.

© 2023 Gatsby, Inc.