Skip to content

Commit 00f148d

Browse files
committed
remove unneeded dsn
1 parent 50033e8 commit 00f148d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MIGRATION.md

-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ The internal `API` class was removed in favor of explicitly accessing client opt
6262
// New in v7:
6363
import { makeDsn } from '@sentry/utils';
6464

65-
const dsn = makeDsn(dsn);
66-
const dsn = api.dsn;
67-
6865
const client = getCurrentHub().getClient();
6966
const dsn = client.getDsn();
7067
const clientOptions = client.getOptions();

0 commit comments

Comments
 (0)