Skip to content

Commit ec38112

Browse files
committed
fix lint?
1 parent 8fcbbad commit ec38112

File tree

1 file changed

+2
-1
lines changed
  • docs/platforms/javascript/common/enriching-events/identify-user

1 file changed

+2
-1
lines changed

docs/platforms/javascript/common/enriching-events/identify-user/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ You can also clear the currently set user:
4545
<PlatformContent includePath="enriching-events/unset-user" />
4646

4747
<PlatformCategorySection supported={["server"]}>
48+
<PlatformSection notSupported={['javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.react-router']}>
4849
`Sentry.setUser()` will set the user for the currently active request - see <PlatformLink to="/enriching-events/request-isolation">Request Isolation</PlatformLink> for more information. For example, if you want to set the user for a single request, you can do this like this:
49-
50+
</PlatformSection>
5051
<PlatformContent includePath="enriching-events/set-user-request" />
5152

5253
Or if you want to set the user for all requests, you could use a middleware like this:

0 commit comments

Comments
 (0)