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 cf2e16c commit b999a8eCopy full SHA for b999a8e
MIGRATION.md
@@ -84,9 +84,6 @@ The internal `API` class was removed in favor of explicitly accessing client opt
84
// New in v7:
85
import { makeDsn } from '@sentry/utils';
86
87
-const dsn = makeDsn(dsn);
88
-const dsn = api.dsn;
89
-
90
const client = getCurrentHub().getClient();
91
const dsn = client.getDsn();
92
const clientOptions = client.getOptions();
0 commit comments