We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137c928 commit 65754dcCopy full SHA for 65754dc
src/platforms/dotnet/common/troubleshooting.mdx
@@ -4,4 +4,11 @@ sidebar_order: 100
4
description: "Learn more about how to troubleshoot common issues with the .NET SDK. "
5
---
6
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
14
<PlatformContent includePath="troubleshooting" />
0 commit comments