diff --git a/docs/platforms/javascript/common/enriching-events/identify-user/index.mdx b/docs/platforms/javascript/common/enriching-events/identify-user/index.mdx index f5333529c594f..a3dd7f6b0a616 100644 --- a/docs/platforms/javascript/common/enriching-events/identify-user/index.mdx +++ b/docs/platforms/javascript/common/enriching-events/identify-user/index.mdx @@ -45,7 +45,7 @@ You can also clear the currently set user: - + `Sentry.setUser()` will set the user for the currently active request - see Request Isolation for more information. For example, if you want to set the user for a single request, you can do this like this: diff --git a/includes/migration/javascript-v8/browser-other-changes.mdx b/includes/migration/javascript-v8/browser-other-changes.mdx index d81756673ce76..62bd3703b045c 100644 --- a/includes/migration/javascript-v8/browser-other-changes.mdx +++ b/includes/migration/javascript-v8/browser-other-changes.mdx @@ -34,7 +34,7 @@ Sentry.init({ The xhr transport via `makeXHRTransport` transport has been removed. Only `makeFetchTransport` is available now. This means that the Sentry SDK requires the `fetch` API to be available in the environment. - + ### Removal of the `Offline` integration The `Offline` integration has been removed in favor of the offline transport wrapper