develop icon indicating copy to clipboard operation
develop copied to clipboard

Broken includes

Open rhcarvalho opened this issue 5 years ago • 1 comments

https://develop.sentry.dev/sdk/event-payloads/span/

This is the source code:

image

This is what is rendered:

image

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.

rhcarvalho avatar Oct 13 '20 15:10 rhcarvalho

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.

PeloWriter avatar May 25 '21 21:05 PeloWriter