**Describe the bug** In v2.16.0, the v_tracker value is being sent as `js-<%= pkg.version %>` instead of `js-2.16.0`. **Expected behavior** v_tracker should be `js-2.16.0`
Describe the bug
In v2.16.0, the v_tracker value is being sent as
js-<%= pkg.version %>instead ofjs-2.16.0.Expected behavior
v_tracker should be
js-2.16.0