Skip to content

Next.js requests to data fetchers are not traced #5643

Description

@lforst

We don't trace outgoing requests to data-fetchers when navigating: We monkeypatch Route.changeState by starting a transaction when it's called. This doesn't work because the requests to the data fetching endpoints (e.g. getServerSideProps) happen before Route.changeState is called. There are no active transaction when these requests happen so there are no traced requests.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions