@3cr/viewer-browser 0.0.150 → 0.0.151

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -23,12 +23,15 @@
23
23
  { userID: undefined },
24
24
  {environment: {tier: 'production'}}
25
25
  );
26
+
27
+ const replayer = new SessionReplay(client);
28
+ console.log(replayer)
29
+
26
30
  runStatsigAutoCapture(client);
27
31
  window.playgroundStatsigClient = client
28
32
  runStatsigSessionReplay(client);
29
33
 
30
- const replayer = new SessionReplay(client);
31
- console.log(replayer)
34
+
32
35
 
33
36
  const dynamicConfig = window.playgroundStatsigClient.getDynamicConfig("3cr_viewer_version");
34
37
  const version = dynamicConfig.value["sdkVersion"] ?? "1.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3cr/viewer-browser",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "main": "./dist/Viewer3CR.umd.js",
5
5
  "module": "dist/Viewer3CR.umd.js",
6
6
  "homepage": "https://docs.3cr.singular.health",
@@ -47,6 +47,8 @@
47
47
  { userID: undefined },
48
48
  {environment: {tier: 'production'}}
49
49
  );
50
+ const replayer = new SessionReplay(client);
51
+ console.log(replayer)
50
52
  runStatsigAutoCapture(client);
51
53
  window.playgroundStatsigClient = client
52
54
  runStatsigSessionReplay(client);
@@ -54,8 +56,7 @@
54
56
  const dynamicConfig = window.playgroundStatsigClient.getDynamicConfig("3cr_viewer_version");
55
57
  const version = dynamicConfig.value["sdkVersion"] ?? "1.0.0";
56
58
 
57
- const replayer = new SessionReplay(client);
58
- console.log(replayer)
59
+
59
60
 
60
61
 
61
62
  client.initializeAsync().then(() => {