amplitude/Amplitude-TypeScript

SecurityError: Operation is insecure

ashishkpoudel opened this issue · 2 comments

We have started seeing Operation is insecure in our bugsnag error reporting. We use amplitude with next js 13

Expected Behavior

Ability to use amplitude client without the Security Error

Current Behavior

Amplitude client "@amplitude/analytics-browser": "^2.3.2" is not able to access local storage.

Possible Solution

Steps to Reproduce

Screenshot from 2024-06-23 18-52-30

Environment

  • JS SDK Version: "@amplitude/analytics-browser": "^2.3.2",
  • Installation Method: Yarn
  • Browser and Version: Chrome Mobile 126.0, Mobile Safari 16.6.0, Mobile Safari 17.5.0

Hi @ashishkpoudel, @amplitude/analytics-browser@2.9.3 should fix this issue.

Hi @ashishkpoudel, @amplitude/analytics-browser@2.9.3 should fix this issue.

Thank you for the fix