Element Timing API entries are already collected as spans via `startTrackingElementTiming` in sentry-javascript. Add documentation for the element timing option to the browser tracing docs. Relevant code: [elementTiming.ts](<https://github.com/getsentry/sentry-javascript/blob/6c4488d2a641095d553891f8a9ca804b4052d270/packages/browser-utils/src/metrics/elementTiming.ts#L33-L40>)