segmentio / consent-manager

Drop-in consent management plugin for analytics.js
https://segmentio.github.io/consent-manager/
MIT License
341 stars 144 forks source link

Invalid destination name #309

Closed nd4p90x closed 1 year ago

nd4p90x commented 1 year ago

in: src/consent-manager-builder/fetch-destinations.ts

if (destination.name === 'Fullstory (Actions)')

s/b

if (destination.name === 'Fullstory')