SENTRY_DSN environment variable is required for the Sentry integration to work
poetry install
poetry run uvicorn strawberry_sentry.app:appWhen getUser query is executed, trace gets sent to Sentry, but it is missing the graphql.query span that includes graphql.parse, graphql.validate and graphql.resolve spans