The stdlib integration defines a global event processor that sets some runtime data: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/stdlib.py#L57-L64
We should make sure that data is also set on segments (in a Sentry conventions compatible way).
The stdlib integration defines a global event processor that sets some runtime data: https://github.com/getsentry/sentry-python/blob/master/sentry_sdk/integrations/stdlib.py#L57-L64
We should make sure that data is also set on segments (in a Sentry conventions compatible way).