Skip to content

Commit

Permalink
chore: reuse ga4 network handler for ga4v2 (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai authored Sep 30, 2024
1 parent b6240d0 commit 08cfdb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/v1/destinations/ga4_v2/networkHandler.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { networkHandler } from '../../../v0/destinations/ga4/networkHandler';

module.exports = { networkHandler };

0 comments on commit 08cfdb9

Please sign in to comment.