Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
May 25, 2021

Conversation

neilkakkar
Copy link
Collaborator

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)

@@ -91,6 +105,7 @@ describe('Event capture', () => {
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
Collaborator 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

@mariusandra mariusandra added the bump patch Bump patch version when this PR gets merged label May 25, 2021
@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
bump patch Bump patch version when this PR gets merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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