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

Amplitude analytics-browser 2.11.0 with autocapture: true freezes on click on dropdown menu #196

Closed
mjsilva opened this issue Aug 27, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@mjsilva
Copy link

mjsilva commented Aug 27, 2024

Expected Behavior

Not freeze and capture the interaction

Current Behavior

We recently upgraded from:

    "@amplitude/analytics-browser": "^2.9.3",
    "@amplitude/plugin-session-replay-browser": "^1.6.5",

to

    "@amplitude/analytics-browser": "^2.11.0",
    "@amplitude/plugin-session-replay-browser": "^1.6.21",

and enabled autocapture. But it broken one of our dropdown menu select and had to revert back to previous version. Essentially when a user clicked on a dropdown menu it would just freeze any interaction like JS thread was in an infinite loop. Does anyone else had this problem?

Possible Solution

downgrade to ^2.9.3

Steps to Reproduce

I haven't tried to reproduce it on a clean repo with just amplitude enabled as that's a lot of work. Just trying to understand if anyone else is having this issue. Can do further digging if needed.

Environment

  • SDK Version: mentioned above
  • Node version: v20.13.1
@mjsilva mjsilva added the bug Something isn't working label Aug 27, 2024
@mjsilva mjsilva closed this as completed Aug 27, 2024
@izaaz
Copy link

izaaz commented Aug 27, 2024

@mjsilva - I see that the issue is marked closed. Were you able to resolve the issue? This shouldn't be happening so checking in to see if there's an issue with the SDK.

@izaaz izaaz reopened this Aug 27, 2024
@lewgordon-amplitude
Copy link

I think this is the new issue? amplitude/Amplitude-TypeScript#861

@izaaz
Copy link

izaaz commented Aug 27, 2024

ah! Thanks @lewgordon-amplitude. I'll close this and we can track this on the typescript repo.

@izaaz izaaz closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@mjsilva @izaaz @lewgordon-amplitude and others