-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: Require use of flag to send envelopes #2594
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
Conversation
This gives us an easy kill-switch if we decide to revert back to the store endpoint. Sending envelopes becomes opt-in. Usage: Sentry.init({ dsn: '...', integrations: [new Sentry.Integrations.Tracing()], tracesSampleRate: 1, _experiments: { useEnvelope: true }, });
06c0195
to
9c0aaa7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this, let's wait until we have a fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we can proceed with 5.16.0
Broken BrowserStack https://travis-ci.com/github/getsentry/sentry-javascript/jobs/334482623 Not clear to me what the error was. I see things like
and hung up connections. Will try a re-run. |
BS is green, re-running Deploy stage and wondering whether we should run it only in master/release branches. |
This gives us an easy kill-switch if we decide to revert back to the
store endpoint. Sending envelopes becomes opt-in.
Usage: