launchdarkly / js-client-sdk

LaunchDarkly Client-side SDK for Browser JavaScript
Other
109 stars 62 forks source link

Adguard and uBlock Origin can block identify call #247

Closed domano closed 2 years ago

domano commented 2 years ago

Describe the bug If i use the client-sdk & the identify-call then certain adblockers will prevent me from calling identify.

This results in new users not showing up, which means we can't target them. Default environment settings for flags work. Disabling the adblockers solves the issue.

To reproduce Try to identify a new user with Adguard or uBlock Origin

image

Expected behavior I would have expected that identification works. Logs If applicable, add any log output related to your problem.

SDK version The version of this SDK that you are using.

OS/platform Had this happen in Safari and Chrome with different versions, using Adguard and/or uBlock Origin.

Thanks for the great product, apart from this it has been a really great experience!

kevinliLD commented 2 years ago

Hi @domano, this is called out in our documentation here: https://docs.launchdarkly.com/sdk/client-side/javascript#browser-support. A couple of important clarifications here:

I'll go ahead and close this issue, but if you have further questions on this, please don't hesitate to open a support ticket with us at support@launchdarkly.com and we'll be happy to help you further there.