Skip to content

Astro integration that adds Highlight error monitoring and session recording.

Notifications You must be signed in to change notification settings

Tanguy-Magnaudet/astrojs-highlight-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlight SDK for Astrojs

Install and register this package in astro.config.js:

import highlight from "astrojs-highlight-integration"

export default defineConfig({
	integrations: [
    // other integrations
		highlight({
			orgId: "kevq5wlg",
      options: {
        // See all the options here: https://www.highlight.io/docs/sdk/client#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 the official doc.

About

Astro integration that adds Highlight error monitoring and session recording.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published