Skip to content

Commit 4f44046

Browse files
authored
fix: update migration.md due to styling issues (#10157)
`yarn fix` caught this error, but somehow this made into the repository.
1 parent 7ab0fe8 commit 4f44046

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MIGRATION.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ If you are using the `Hub` right now, see the following table on how to migrate
6666

6767
## Deprecate `client.setupIntegrations()`
6868

69-
Instead, use the new `client.init()` method. You should probably not use this directly and instead use `Sentry.init()`, which calls this under the hood. But if you have a special use case that requires that, you can call `client.init()` instead now.
69+
Instead, use the new `client.init()` method. You should probably not use this directly and instead use `Sentry.init()`,
70+
which calls this under the hood. But if you have a special use case that requires that, you can call `client.init()`
71+
instead now.
7072

7173
## Deprecate `scope.getSpan()` and `scope.setSpan()`
7274

0 commit comments

Comments
 (0)