@highlight-run/gatsby-plugin-highlight

0.0.6 • Public • Published

Official Highlight SDK for GatsbyJS

Register the package as a plugin in gatsby-config.js:

module.exports = {
  plugins: [
    {
      resolve: "@highlight-run/gatsby-plugin-highlight",
      options: {
        orgID: 'MY_ORG_ID',
        // See all the options here: https://docs.highlight.run/reference#options
    	disableNetworkRecording: false,
    	disableConsoleRecording: false,
    	enableStrictPrivacy: false,
   	    environment: 'production',
    	version: '5.2.3',
    	networkRecording: true,
      }
    },
  ]
}

Options will be passed directly to H.init. See all available options in our docs.

Links

/@highlight-run/gatsby-plugin-highlight/

    Package Sidebar

    Install

    npm i @highlight-run/gatsby-plugin-highlight

    Weekly Downloads

    6

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    3.74 kB

    Total Files

    10

    Last publish

    Collaborators

    • vadim-highlight
    • zane-highlight
    • eightants
    • podoman