RIght now our Event type is only a dict: https://github.com/getsentry/sentry-python/blob/antonpirker/2345-new-performance-api/sentry_sdk/_types.py#L26
We should have an Event class, that makes it easier to pass events around. (and find where events are used in the code)
RIght now our
Eventtype is only a dict: https://github.com/getsentry/sentry-python/blob/antonpirker/2345-new-performance-api/sentry_sdk/_types.py#L26We should have an Event class, that makes it easier to pass events around. (and find where events are used in the code)