We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50033e8 commit 00f148dCopy full SHA for 00f148d
MIGRATION.md
@@ -62,9 +62,6 @@ The internal `API` class was removed in favor of explicitly accessing client opt
62
// New in v7:
63
import { makeDsn } from '@sentry/utils';
64
65
-const dsn = makeDsn(dsn);
66
-const dsn = api.dsn;
67
-
68
const client = getCurrentHub().getClient();
69
const dsn = client.getDsn();
70
const clientOptions = client.getOptions();
0 commit comments