We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce67a38 commit e1e5b49Copy full SHA for e1e5b49
MIGRATION.md
@@ -422,8 +422,8 @@ import {
422
423
const dsn = initAPIDetails(dsn, metadata, tunnel);
424
const dsn = api.dsn;
425
-const storeEndpoint = getEnvelopeEndpointWithUrlEncodedAuth(api.dsn, api.tunnel);
426
-const envelopeEndpoint = getStoreEndpointWithUrlEncodedAuth(api.dsn);
+const storeEndpoint = getStoreEndpointWithUrlEncodedAuth(api.dsn);
+const envelopeEndpoint = getEnvelopeEndpointWithUrlEncodedAuth(api.dsn, api.tunnel);
427
428
// Before:
429
import { API } from '@sentry/core';
0 commit comments