Skip to content

Commit 65754dc

Browse files
bruno-garciamattjohnsonpintimatwawana
authored
aspnet: note on proxy ip (#4892)
* 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]>
1 parent 137c928 commit 65754dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/platforms/dotnet/common/troubleshooting.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ sidebar_order: 100
44
description: "Learn more about how to troubleshoot common issues with the .NET SDK. "
55
---
66

7+
## User IP address in Sentry shows up as the server IP
8+
9+
If you're using a proxy server that relies on `X-Forwarded-For`, you might need to [configure ASP.NET Core
10+
so that it's aware of it](https://docs.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).
11+
12+
See [this GitHub issue] (https://github.com/getsentry/sentry-dotnet/issues/258) for more context.
13+
714
<PlatformContent includePath="troubleshooting" />

0 commit comments

Comments
 (0)