analytics-next
analytics-next copied to clipboard
SyntaxError ?(src/destinations/braze/debounce/index)
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)
I believe this is due to the null coalescing operator. It's relatively new syntax.