Skip to content

Reconcile Server and Client side configurations for session recording and autocapture#233

Merged
mariusandra merged 3 commits intomasterfrom
afterdecidefix
May 25, 2021
Merged

Reconcile Server and Client side configurations for session recording and autocapture#233
mariusandra merged 3 commits intomasterfrom
afterdecidefix

Conversation

@neilkakkar
Copy link
Copy Markdown
Contributor

Changes

Fixes #228 and #231
...

Checklist

  • Tests for new code (if applicable)
  • TypeScript definitions (module.d.ts) updated and in sync with library exports (if applicable)

cy.wait(50)
cy.get('[data-cy-custom-event-button]').click()
cy.phCaptures().should('deep.equal', ['$pageview', 'custom-event'])
cy.get('@consoleError').should('not.be.called')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should be doing this more extensively in our Cypress tests to figure out if something unknown is breaking down

@neilkakkar neilkakkar requested review from Twixes and mariusandra May 24, 2021 17:11
@mariusandra mariusandra merged commit 2b2b4e8 into master May 25, 2021
@mariusandra mariusandra deleted the afterdecidefix branch May 25, 2021 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: this.rageClicks is undefined (via posthog-js)

2 participants