develop
develop copied to clipboard
Broken includes
https://develop.sentry.dev/sdk/event-payloads/span/
This is the source code:

This is what is rendered:

So there are things like event_id that were never included in the source and appears in the output, and also things like span_id that is included in the source but doesn't show up in the output.
I took a look, and this is not using our standard include folder and syntax similar to what we have in main Docs. As a result, I can't offer a suggested fix.