From 30486c504672e830956ef090e2c2103ac7672c61 Mon Sep 17 00:00:00 2001 From: Brian Giori Date: Mon, 6 Feb 2023 11:59:00 -0800 Subject: [PATCH] fix: device tracking with amplitude integration --- .../html-app/amplitude-integration/index.html | 10 +- examples/html-app/basic/index.html | 11 +- .../amplitude-integration/src/index.tsx | 4 +- examples/react-app/basic/src/index.tsx | 2 +- packages/experiment-browser/src/factory.ts | 6 +- .../src/integration/default.ts | 9 +- .../test/defaultUserProvider.test.ts | 183 ++++++++++++++++++ 7 files changed, 213 insertions(+), 12 deletions(-) create mode 100644 packages/experiment-browser/test/defaultUserProvider.test.ts diff --git a/examples/html-app/amplitude-integration/index.html b/examples/html-app/amplitude-integration/index.html index f4d06ea1..c9cd26f2 100644 --- a/examples/html-app/amplitude-integration/index.html +++ b/examples/html-app/amplitude-integration/index.html @@ -12,30 +12,30 @@ --> - + diff --git a/examples/html-app/basic/index.html b/examples/html-app/basic/index.html index f42ddbe5..3d317674 100644 --- a/examples/html-app/basic/index.html +++ b/examples/html-app/basic/index.html @@ -6,7 +6,7 @@ Experiment Example - Basic - +