segmentio / analytics-next

Segment Analytics.js 2.0
https://segment.com/docs/connections/sources/catalog/libraries/website/javascript
MIT License
385 stars 128 forks source link

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

Open ku8ar opened 1 year ago

ku8ar commented 1 year ago

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:

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

Affected browsers

Zrzut ekranu 2022-07-18 o 11 21 30
matjam commented 1 year ago

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