[nextjs] Handle more cases when auto-instrumenting tracing #5827
Labels
hacktoberfest
Meta: Help Wanted
Package: nextjs
Issues related to the Sentry Nextjs SDK
Type: Improvement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
There are a number of cases (some edge-case-y, some not) where we still don't fully support tracing in the nextjs SDK.
getInitialProps
when run client-sidegetStaticProps
(Wrapper exists but we don't have access to the request. Is this solvable? Do we even care, given that this generally runs in the background?)The text was updated successfully, but these errors were encountered: