Skip to content

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

Closed
@lforst

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions