Skip to content

Commit

Permalink
add blockTrackingForMe method
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Jan 12, 2022
1 parent 35bffce commit 3e356ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
interface Fathom {
/**
* See https://usefathom.com/docs/features/exclude
*/
blockTrackingForMe?: () => void;
enableTrackingForMe?: () => void;

trackPageview: (opts?: PageViewOptions) => void;
trackGoal: (code: string, cents: number) => void;
}
Expand Down

0 comments on commit 3e356ba

Please sign in to comment.