You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Starlette/FastAPI you're able to create subapps. When using
`transaction_style="url"` in our integration, this would throw an
exception because we try to access `route.path` to determine the
transaction name, but `Host` routes have no `path` attribute.
Closes#2631
0 commit comments