For the complete documentation index, see llms.txt. This page is also available as Markdown.

[JavaScript SDK] CDN Address Change Notice

The CDN address used when integrating the JavaScript SDK via HTML script has been changed from an external address to one managed internally by Hackle.

Please update to the new CDN address for stable service. (The existing CDN address will continue to work.)

Previous CDN Address

New CDN Address

How to Update

Only change the Host portion at the beginning of the URL to the new CDN address.

SDK Initialization

If you are using the User Explorer (DevTools) feature

If you are using GTM

  1. Go to the relevant container at https://tagmanager.google.com/.

  2. Select Templates > Hackle Browser SDK.

  3. Check the CDN address in the Code tab.

    If the address starts with https://cdn2.hackle.io, you are using the latest template version and do not need to proceed with the steps below.

    If the address starts with https://cdn.jsdelivr.net or another address, follow the guide below to update it.

    Before change
    After change

    Before: https://cdn.jsdelivr.net After: https://cdn2.hackle.io

  4. In the Permissions tab > Injects scripts, add https://cdn2.hackle.io/*. &#xNAN;(Note: Do not remove the existing address — only add the new address)

  5. Click Save in the upper right corner to save.

Last updated