We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3558e7 commit 9f3abafCopy full SHA for 9f3abaf
src/beacon.ts
@@ -204,7 +204,7 @@ export class Beacon {
204
collectionDuration: now() - collectionStart,
205
pageId: this.pageId,
206
scriptVersion: VERSION,
207
- snippetVersion: LUX.snippetVersion,
+ snippetVersion: this.config.snippetVersion,
208
sessionId: this.sessionId,
209
startTime: this.startTime,
210
},
0 commit comments