Skip to content

Commit

Permalink
fix: updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Nov 12, 2024
1 parent 976edce commit a951630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/scripts/analytics/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Version 1.0.9
// Version 1.0.10
const cacheTrackEvents = {
interval: null,
responses: [],
Expand Down Expand Up @@ -283,7 +283,6 @@ const cacheTrackEvents = {

return cacheTrackEvents;
},

trackConsoleErrors: (callback) => {
const originalConsoleError = console.error;
console.error = function (...args) {
Expand Down

0 comments on commit a951630

Please sign in to comment.