The docs point out that, from the server perspective: 'op' is recommended, but not mandatory
'description' is optional
found by https://develop.sentry.dev/sdk/event-payloads/span/
But since the value of such spans are limited, our API can require op:
that means we could offer startChild(op) and `startChild(op, description) overloads but fields are nullable.