Skip to content

Commit

Permalink
fix 404s
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-anderson committed Mar 7, 2025
1 parent 775f2e6 commit 524f37a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can also clear the currently set user:
<PlatformContent includePath="enriching-events/unset-user" />

<PlatformCategorySection supported={["server"]}>
<PlatformSection notSupported={['javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.react-router', 'javascript.aws-lambda', 'javascript.azure-functions', 'gcp-functions']}>
<PlatformSection notSupported={['javascript.bun', 'javascript.cloudflare', 'javascript.deno', 'javascript.react-router', 'javascript.aws-lambda', 'javascript.azure-functions', 'javascript.gcp-functions']}>
`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:
</PlatformSection>
<PlatformContent includePath="enriching-events/set-user-request" />
Expand Down

0 comments on commit 524f37a

Please sign in to comment.