Currently the only way to propagate trace context from server to browser is via meta tags. In some cases modifying the page HTML can be difficult or have a performance impact.
This PR adds support to the browser SDK to fetch sentry-trace and baggage from the Server Timing header.