Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jan 11, 2024
1 parent 21afaf2 commit 03f872d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ If you are using the `Hub` right now, see the following table on how to migrate

## Deprecate `client.setupIntegrations()`

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.
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.

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

Expand Down

0 comments on commit 03f872d

Please sign in to comment.