@highlight-run/gatsby-plugin-highlight
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@highlight-run/gatsby-plugin-highlight", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Gatsby plugin for adding Highlight error monitoring and session recording.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,8 +12,8 @@ # Official Highlight SDK for GatsbyJS | ||
// 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; | ||
disableNetworkRecording: false, | ||
disableConsoleRecording: false, | ||
enableStrictPrivacy: false, | ||
environment: 'production', | ||
version: '5.2.3', | ||
networkRecording: true, | ||
} | ||
@@ -20,0 +20,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3712