@tracelog/lib 2.1.0 → 2.1.1-rc.76.4

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.
@@ -688,6 +688,8 @@ interface State {
688
688
  hasStartSession: boolean;
689
689
  suppressNextScroll: boolean;
690
690
  scrollEventCount?: number;
691
+ sessionReferrer?: string;
692
+ sessionUtm?: UTM;
691
693
  }
692
694
 
693
695
  /**
@@ -688,6 +688,8 @@ interface State {
688
688
  hasStartSession: boolean;
689
689
  suppressNextScroll: boolean;
690
690
  scrollEventCount?: number;
691
+ sessionReferrer?: string;
692
+ sessionUtm?: UTM;
691
693
  }
692
694
 
693
695
  /**