Skip to content

Track navigation transactions for Next.js 13 app dir #7180

Description

@lforst

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions