diff --git a/scripts/consented/instrumentation.js b/scripts/consented/instrumentation.js new file mode 100644 index 00000000..cd9f3515 --- /dev/null +++ b/scripts/consented/instrumentation.js @@ -0,0 +1,14 @@ +/** + * Compatibility entry point for browser-cached pre-refactor consent bundles. + * + * Keep this module at its original URL while cached versions of consented.js + * may still import it. New code imports instrumentation/index.js directly. + */ +export { + configureAnalyticsTrackingServers, + ensureAnalyticsTrackingConfigured, + getDeploymentEnv, + initDigitalDataPage, + initInstrumentation, + syncDigitalDataPageContext, +} from './instrumentation/index.js';