Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 13, 2024
1 parent 0cdbd19 commit aa6df59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Cypress.Commands.add('posthogInit', (options) => {
before_send: (event) => {
$captures.push(event.event)
$fullCaptures.push(event)
return event
},
opt_out_useragent_filter: true,
...options,
Expand Down

0 comments on commit aa6df59

Please sign in to comment.