Skip to content

Commit

Permalink
Added possible error message to network issues page (#11328)
Browse files Browse the repository at this point in the history
For the case when people google "Sentry Connection reset by peer", they maybe land on our docs page.
  • Loading branch information
antonpirker committed Sep 11, 2024
1 parent b916cd0 commit 43e8793
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/platforms/python/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ eventlet.

## Network Issues

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

0 comments on commit 43e8793

Please sign in to comment.