### Core or SDK? Platform/SDK ### Which part? Which one? Flask ### Description https://docs.sentry.io/platforms/python/guides/flask/performance/connect-services/ does not mention the beautiful Flask template helper that @BYK implemented in February (https://github.com/getsentry/sentry-python/pull/1336) that makes connecting Flask and JS traces a breeze. ### Suggested Solution Add a line or two that mention that connecting the Flask and JS traces is as easy as dropping a `{{ sentry_trace() }}` in the page's `<head>`.