UNPKG

gatsby-plugin-google-analytics-gdpr

Version:
9 lines (7 loc) 209 B
"use strict"; exports.onPreInit = function (_ref, options) { var reporter = _ref.reporter; if (!options.trackingId) { reporter.warn("The Google Analytics GDPR plugin requires a tracking ID."); } };