Skip to content

Commit

Permalink
Merge branch 'IMP_bye_google_analytics'
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Oct 29, 2024
2 parents 9ef8e08 + 5a6e2d4 commit cdc7d58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Unreleased

- Removed google tracking

## 2.3.15 2024-10-22

- Fix: Was forcing cau-cups matching in the wrong case (collective)
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.0",
"react-hotkeys": "^2.0.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.2.2",
Expand Down
4 changes: 0 additions & 4 deletions src/containers/Contract.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useState, useEffect, useContext } from 'react'
import ReactGA from 'react-ga'
import Plausible from 'plausible-tracker'

import { useTranslation } from 'react-i18next'
Expand Down Expand Up @@ -807,9 +806,6 @@ const Contract = (props) => {
window.location.hostname +
'/es/contratacion-realizada/'
})

ReactGA.initialize(GA_TRACKING_ID)
ReactGA.pageview('/es/contratacion-realizada/')
}

const handlePost = async (values) => {
Expand Down

0 comments on commit cdc7d58

Please sign in to comment.