https://github.com/open-telemetry/opentelemetry-python/blob/73230b66c5497eef834d36dd7f15fa029316b5ce/opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py#L427-L433 Attempts to pass `self._links: Sequence[trace_api.Link]` or `self._events: Sequence[Event]` as argument to `MappingProxyType()`. Result: ``` TypeError: mappingproxy() argument must be a mapping, not list ```