Skip to content

Commit ce35b82

Browse files
committed
Prefixed tracker version with "js-" (snowplow#188)
1 parent 09f4d33 commit ce35b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/snowplow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
windowAlias = window,
9090

9191
/* Tracker identifier with version */
92-
version = '<%= pkg.version %>', // Update banner.js too
92+
version = 'js-' + '<%= pkg.version %>', // Update banner.js too
9393

9494
/* Contains three variables that are shared with tracker.js and must be passed by reference */
9595
mutSnowplowState = {

0 commit comments

Comments
 (0)