Skip to content

Commit 43e8793

Browse files
authored
Added possible error message to network issues page (#11328)
For the case when people google "Sentry Connection reset by peer", they maybe land on our docs page.
1 parent b916cd0 commit 43e8793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platforms/python/troubleshooting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ eventlet.
113113

114114
## Network Issues
115115

116-
Your SDK might have issues sending events to Sentry.
116+
Your SDK might have issues sending events to Sentry. You might see
117+
`"Remote end closed connection without response"`, `"Connection aborted"`,
118+
`"Connection reset by peer"`, or similar error messages in your logs.
117119
In case of errors and tracing data, this manifests as errors and transactions
118120
missing in Sentry. In case of cron monitors, you might be seeing crons
119121
marked as timed out in Sentry when you know they've run successfully. The SDK

0 commit comments

Comments
 (0)