# Getting updates (https://talivia.com/docs/updates)



Talivia Cloud updates automatically. You do not need to upgrade the tracker script manually when the hosted app ships new features.

## Tracker updates [#tracker-updates]

The script is loaded from Talivia with `defer`, so visitors receive the latest compatible tracker when their browser requests `script.js`.

If your site uses a strict Content Security Policy, make sure the Talivia script origin and collection endpoint are allowed.

## Product updates [#product-updates]

New dashboard features can appear without a site change. For example, revenue attribution, search keyword reports, and session replay use the data already flowing through the tracker and connected integrations.

## When to change your code [#when-to-change-your-code]

You only need to update your site code when you intentionally enable a new tracking behavior, such as:

* Adding custom event attributes.
* Calling `window.talivia.identify`.
* Passing `window.talivia.getSessionId()` into checkout.
* Enabling performance collection with `data-performance="true"`.
