import ExternalLink from 'sentry/components/links/externalLink'; import {Layout, LayoutProps} from 'sentry/components/onboarding/gettingStartedDoc/layout'; import {ModuleProps} from 'sentry/components/onboarding/gettingStartedDoc/sdkDocumentation'; import {StepType} from 'sentry/components/onboarding/gettingStartedDoc/step'; import {t, tct} from 'sentry/locale'; // Configuration Start const introduction = (
{tct(
'The ASGI middleware can be used to instrument any [link:ASGI-compatible web framework] to attach request data for your events.',
{
link:
{tct(
'This can be used to instrument, for example [starletteLink:Starlette] or [djangoLink:Django Channels 2.0].',
{
starletteLink: