@bucketco/react-sdk
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -18,2 +18,3 @@ import { default as React, ReactNode } from 'react'; | ||
debug?: boolean; | ||
enableTracking?: boolean; | ||
newBucketClient?: (...args: ConstructorParameters<typeof BucketClient>) => BucketClient; | ||
@@ -20,0 +21,0 @@ }; |
{ | ||
"name": "@bucketco/react-sdk", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"dependencies": { | ||
"@bucketco/browser-sdk": "2.0.0", | ||
"@bucketco/browser-sdk": "2.1.0", | ||
"canonical-json": "^0.0.4" | ||
@@ -63,3 +63,3 @@ }, | ||
}, | ||
"gitHead": "667813ae2ea159e393d0986e716b2a04899566cc" | ||
"gitHead": "ddc690a196e83177155d2a531ca69ad115b8cdad" | ||
} |
@@ -83,2 +83,4 @@ # Bucket React SDK | ||
- `enableTracking` (default: `true`): Set to `false` to stop sending tracking events and user/company updates to Bucket. Useful when you're impersonating a user. | ||
## Hooks | ||
@@ -85,0 +87,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
344758
3362
174
+ Added@bucketco/browser-sdk@2.1.0(transitive)
- Removed@bucketco/browser-sdk@2.0.0(transitive)
Updated@bucketco/browser-sdk@2.1.0