Closed
Description
Problem Statement
Currently, we don't properly track page navigations for the Next.js 13 app directory.
Solution Brainstorm
Since we don't have access to Next.js router hooks anymore this is a bit tricky.
Basically, the only option I see going forward is either for us to contribute some kind of event we can hook into before react transitions start, or Vercel implements this themselves.
Vercel is also working on OTEL support - maybe we can leverage that when it comes out.