From 86423ba657e6f524776d29c63c748d6a61360457 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 11 Jan 2024 15:35:13 -0500 Subject: [PATCH] fix: update migration.md due to styling issues --- MIGRATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index d3f2047deb27..fe0336d2d1f6 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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()`