react-gtm-ts
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "This is a library to facilitate the implementation of Google Tag Manager.", | ||
@@ -8,0 +8,0 @@ "main": "./dist/index.js", |
@@ -30,2 +30,3 @@ # 🚀 react-gtm-ts | ||
debug: false, // debug mode (default false) | ||
performance: false, // starts GTM only after user interaction (improve initial page load) | ||
}); | ||
@@ -32,0 +33,0 @@ |
7104
71