Skip to content

Commit

Permalink
aspnet: note on proxy ip (#4892)
Browse files Browse the repository at this point in the history
* aspnet: note on proxy ip

* Update src/platforms/dotnet/common/troubleshooting.mdx

Co-authored-by: Isabel <[email protected]>

* add missing period

Co-authored-by: Matt Johnson-Pint <[email protected]>
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2022
1 parent 137c928 commit 65754dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/platforms/dotnet/common/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ sidebar_order: 100
description: "Learn more about how to troubleshoot common issues with the .NET SDK. "
---

## User IP address in Sentry shows up as the server IP

If you're using a proxy server that relies on `X-Forwarded-For`, you might need to [configure ASP.NET Core
so that it's aware of it](https://docs.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).

See [this GitHub issue] (https://github.com/getsentry/sentry-dotnet/issues/258) for more context.

<PlatformContent includePath="troubleshooting" />

1 comment on commit 65754dc

@vercel
Copy link

@vercel vercel bot commented on 65754dc Apr 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.