Skip to content

chore(deps): update dependency @snowplow/tracker-core to v4.5.0

This MR contains the following updates:

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

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


Release Notes

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

v4.5.0: Version 4.5.0

Compare Source

This release avoids the error ResiezObserver loop completed with undelivered notifications being generated under certain circumstances.

It also makes it possible to provide a custom event store implementation in the React Native tracker and use a different provider than @react-native-async-storage/async-storage.

Finally, the release adds a configurable default label ((empty)) for automatic button click tracking to prevent validation failures for buttons that are missing a label. It also fixes disabling button click tracking for specific trackers.

NOTE: The @react-native-async-storage/async-storage dependency has been moved to peer dependencies for the React Native tracker. We expect that users already had this dependency listed under the app dependencies due to it providing native bindings that needed to be installed separately. Make sure your app has this dependency when upgrading the tracker.

Enhancements

  • Allow configuring a custom event store in React Native tracker (#​1413) thanks to @​valeriobelli
  • Add a configurable default label in button click tracking and fix disabling for specific trackers (close #​1397 and #​1421)

Bug fixes


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

Loading