Skip to content

Commit 9f3abaf

Browse files
committed
Revert to retrieving snippetVersion from config in beacon.ts
1 parent f3558e7 commit 9f3abaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beacon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class Beacon {
204204
collectionDuration: now() - collectionStart,
205205
pageId: this.pageId,
206206
scriptVersion: VERSION,
207-
snippetVersion: LUX.snippetVersion,
207+
snippetVersion: this.config.snippetVersion,
208208
sessionId: this.sessionId,
209209
startTime: this.startTime,
210210
},

0 commit comments

Comments
 (0)