Skip to content

Commit 186a13c

Browse files
authored
fix(checkout): set storageKeyPrefix for Checkout segment integration (#2698)
1 parent 5fb98b5 commit 186a13c

File tree

3 files changed

+229
-61
lines changed

3 files changed

+229
-61
lines changed

packages/checkout/widgets-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@imtbl/cryptofiat": "workspace:*",
2525
"@imtbl/dex-sdk": "workspace:*",
2626
"@imtbl/passport": "workspace:*",
27-
"@imtbl/react-analytics": "0.3.2-alpha",
27+
"@imtbl/react-analytics": "0.3.4-alpha",
2828
"@rive-app/react-canvas-lite": "^4.9.0",
2929
"@walletconnect/ethereum-provider": "^2.11.1",
3030
"@walletconnect/modal": "^2.6.2",

packages/checkout/widgets-lib/src/context/analytics-provider/SegmentAnalyticsProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ StandardAnalyticsActions
3333
>({
3434
writeKey: '',
3535
appName: productName,
36+
storageKeyPrefix: 'checkoutWidgets',
3637
});

0 commit comments

Comments
 (0)