We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I believe this is due to the null coalescing operator. It's relatively new syntax.
Sorry, something went wrong.
chrisradek
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: