v3.6.0
over 2 years ago by Sergey Mostsevenko
- A new CDN for the CDN installation methods. Follow this guide to update. The old CDN URLs pointing to jsDelivr continue working, but we recommend switching to our CDN to avoid excess network requests.
- JS agent installed from NPM loads its code from our CDN in runtime. It guarantees that you always use the latest and the most accurate version of JS agent.
- Add
firstSeenAt
andlastSeenAt
fields to JS agent responses. See more details in Visitor Footprint Timestamps. - New error types:
ERROR_SCRIPT_LOAD_FAIL
andERROR_INSTALLATION_METHOD_RESTRICTED
. See the error handling guide for more details. - A new
load()
option in the NPM package of JS agent:scriptUrlPattern
. See more details in the JS agent guide.