Closed davidher-mann closed 2 weeks ago
The postPath
from the tracker configuration is not being passed to the event emitter and therefore always results in its default.
Hints
postPath
param destruction / handover?: https://github.com/snowplow/snowplow-javascript-tracker/blob/967733d0af19610dac508d4b31c7f9d4708ebdac/libraries/tracker-core/src/emitter/index.ts#L312-L323Thanks for reporting this @davidher-mann and @j7i and sorry about this bug going unnoticed! We will aim for a speedy patch release.
Thanks for the speedy fix. We'll give it another try then.
Describe the bug custom collector POST path (postPath) is not applied, although it is set in the tracker Initialization
To Reproduce
Expected behavior If a postPath is set in the tracker Initialization, the collector POST path needs to change accordingly
Additional context Brave and ad blockers are blocking the /tp2, therefore we had to roll back todays tracker version v4 deployment.