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
Astro allows to add middleware to the server-side if the app is configured for SSR (or in a hybrid config) and an adapter (e.g. Node, vercel, etc) is used or if it's in SSG mode and static paths are supplied.
Solution Brainstorm
We should expose our own middleware to create spans/txns for incoming pageload or endpoint requests.
Problem Statement
Astro allows to add middleware to the server-side if the app is configured for SSR (or in a hybrid config) and an adapter (e.g. Node, vercel, etc) is used or if it's in SSG mode and static paths are supplied.
Solution Brainstorm
We should expose our own middleware to create spans/txns for incoming pageload or endpoint requests.
The text was updated successfully, but these errors were encountered: