Skip to content

remove import cycle and needless exports around eventLogger

Administrator requested to merge sqs/remove-needless-import-cycle-eventLogger into main

Created by: sqs

Moved 2 functions (pageViewQueryParameters and handleQueryEvents) from analyticsUtils.tsxtoeventLogger.ts` because they were only used in the latter.

This also removes an import cycle that messed up esbuild. (Perhaps esbuild's behavior is buggy here, but either way, this is a good change because it removes needless export API surface.)

Merge request reports

Loading