alphagov / govuk_frontend_toolkit

❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
MIT License
403 stars 107 forks source link

Allow options object in trackShare function #412

Closed alecgibson closed 7 years ago

alecgibson commented 7 years ago

As part of a refactoring in static-analytics.js in static, we removed session-level dimension setting, and all dimensions must now be explicitly declared.

A result of this is that we must pass these into the trackShare function. This change adds this capability.