-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Labels
BugIntegration: gevent/eventletGreen threads and the sorts.Green threads and the sorts.TriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage
Description
Environment
self-hosted sentry 9.0.0
python 3.9/3.7
sentry_sdk version: 0.20.3
eventlet version: 0.30.1
greenlet version: 1.0.0
Steps to Reproduce
import eventlet
import sentry_sdk
eventlet.monkey_patch()
sentry_sdk.init('<sentry_sdk_dsn>')
sentry_sdk.capture_message('aoe')
Expected Result
getting message in sentry
Actual Result
Nothing happens. No errors thrown. No clear documentation for that problem. Here issue for eventlet.
If sentry_sdk can't be used with eventlet and there no possible way to combine them it should be in documentation.
Please correct me if i'm missing something.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIntegration: gevent/eventletGreen threads and the sorts.Green threads and the sorts.TriagedHas been looked at recently during old issue triageHas been looked at recently during old issue triage
Fields
Give feedbackNo fields configured for issues without a type.