You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Require use of flag to send envelopes (getsentry#2594)
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 },
});
0 commit comments