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 b916cd0 commit 43e8793Copy full SHA for 43e8793
docs/platforms/python/troubleshooting.mdx
@@ -113,7 +113,9 @@ eventlet.
113
114
## Network Issues
115
116
-Your SDK might have issues sending events to Sentry.
+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.
119
In case of errors and tracing data, this manifests as errors and transactions
120
missing in Sentry. In case of cron monitors, you might be seeing crons
121
marked as timed out in Sentry when you know they've run successfully. The SDK
0 commit comments