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

SyntaxError ?(src/destinations/braze/debounce/index) #548

Open
ku8ar opened this issue Jul 18, 2022 · 1 comment
Open

SyntaxError ?(src/destinations/braze/debounce/index) #548

ku8ar opened this issue Jul 18, 2022 · 1 comment
Assignees

Comments

@ku8ar
Copy link

ku8ar commented Jul 18, 2022

Hello, Sentry shows a lot of errors that come from the plugin that is in the Segment CDN.

Sentry shows that the error is located here: https://cdn.segment.com/next-integrations/actions/braze-cloud-plugins.js

Our app:

  • next 12.2.1
  • @segment/analytics-next 1.38.0

The problem is that our clients use browsers that do not have support for the nullish coalescing operator.

Affected browsers

  • iOS Safari 11
  • Chrome Mobile View (Android 7)

Zrzut ekranu 2022-07-18 o 11 21 30

@matjam
Copy link

matjam commented Mar 30, 2023

I believe this is due to the null coalescing operator. It's relatively new syntax.

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

No branches or pull requests

3 participants