Pin web SDK version
Web SDK pinning. For customers that prefer to pin the version of the SDK to one shipped and tested with their Cobrowse Enterprise deployment.
Last updated
Was this helpful?
Web SDK pinning. For customers that prefer to pin the version of the SDK to one shipped and tested with their Cobrowse Enterprise deployment.
Last updated
Was this helpful?
Our Web SDK receives regular updates, these are always published to the hosted version of SDK. Some customers may prefer to pin the version of the SDK to one shipped and tested with their Cobrowse Enterprise deployment for stability and reproducibility.
The Web SDK is hosted on your deployment at /sdk-js/CobrowseIO.js
You can use our snippet found on the installation page, but replace the src
that is set to https://js.cobrowse.io/CobrowseIO.js
with your own deployment URL. For example if your deployment is running at https://cobrowse.example.com
, the SDK will be hosted at https://cobrowse.example.com/sdk-js/CobrowseIO.js
.