Skip to content

Commit 9aebb37

Browse files
Update DEBUG strategy
1 parent 89c14f0 commit 9aebb37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/trackers/strategy/strategyDebug.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export function strategyDebugFactory(
1414

1515
return {
1616
process(impression: SplitIO.ImpressionDTO) {
17+
if (impression.properties) return true;
18+
1719
impression.pt = impressionsObserver.testAndSet(impression);
1820
return true;
1921
}

0 commit comments

Comments
 (0)