@sailfish-ai/recorder 1.5.6 → 1.5.8

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/README.md CHANGED
@@ -1 +1,3 @@
1
1
  # JS/TS Record-Only Package
2
+
3
+ ## Force build
package/dist/index.js CHANGED
@@ -63,7 +63,7 @@ function trackDomainChanges() {
63
63
  const checkDomainChange = (forceSend = false) => {
64
64
  const currentDomain = window.location.href;
65
65
  if (forceSend || currentDomain !== lastDomain) {
66
- console.log(`Domain changed from ${lastDomain} to ${currentDomain}`);
66
+ // console.log(`Domain changed from ${lastDomain} to ${currentDomain}`);
67
67
  lastDomain = currentDomain;
68
68
  const timestamp = Date.now();
69
69
  sendMessage({