Skip to content

Commit

Permalink
Safe viewed = meta event
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 14, 2023
1 parent 08a45ec commit e485f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/services/analytics/events/overview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const OVERVIEW_EVENTS = {
category: OVERVIEW_CATEGORY,
},
SAFE_VIEWED: {
event: EventType.META,
action: 'Safe viewed',
category: OVERVIEW_CATEGORY,
},
Expand Down
2 changes: 2 additions & 0 deletions src/services/analytics/events/transactions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { EventType } from '../types'

export enum TX_TYPES {
// Owner txs
owner_add = 'owner_add',
Expand Down

0 comments on commit e485f4c

Please sign in to comment.