Skip to content

Commit b999a8e

Browse files
committed
remove unneeded dsn
1 parent cf2e16c commit b999a8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MIGRATION.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ The internal `API` class was removed in favor of explicitly accessing client opt
8484
// New in v7:
8585
import { makeDsn } from '@sentry/utils';
8686

87-
const dsn = makeDsn(dsn);
88-
const dsn = api.dsn;
89-
9087
const client = getCurrentHub().getClient();
9188
const dsn = client.getDsn();
9289
const clientOptions = client.getOptions();

0 commit comments

Comments
 (0)