Skip to content

chore(deps): update dependency @snowplow/tracker-core to v3.24.0 - autoclosed

This MR contains the following updates:

Package Type Update Change
@snowplow/tracker-core (source) dependencies minor 3.23.1 -> 3.24.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

snowplow/snowplow-javascript-tracker (@​snowplow/tracker-core)

v3.24.0: Version 3.24.0

Compare Source

This release brings an improvement for single-page-apps that makes it possible to change when the page view ID is generated. It makes it possible to have the page view ID update whenever the URL changes, which enables all events tracked on that page URL to share the same page view ID regardless of the order they are tracked in.

Enhancements

  • Add an option to generate the page view ID according to changes in the page URL to account for events tracked before page views in SPAs (#​1307)

Bug fixes

  • Handle Infinity and NaN durations in Html Media Tracking (#​1319)
  • Fix custom document title override using setDocumentTitle (#​1317) thanks to @​marcin-j
  • Export MediaEventType from media plugin (#​1315)
  • Fix inconsistent page view IDs when multiple trackers are used on the same page (#​1125)

Under the hood

  • Fix running integration tests due to a problem with Micro (#​1310)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports