-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
Description
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.
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK