Skip to content

Commit

Permalink
disable tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasAndre committed Apr 11, 2022
1 parent 6343ce5 commit 439291c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const useTracking = () => {
trackRef.current = (event, properties) => {
if (uuid) {
try {
axios.post('https://analytics.strapi.io/track', {
/*axios.post('https://analytics.strapi.io/track', {
event,
properties: { ...properties, projectType: strapi.projectType },
uuid,
});
});*/
} catch (err) {
// Silent
}
Expand Down

0 comments on commit 439291c

Please sign in to comment.