You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// contains props returned by `getInitialProps` - except for `pageProps`, these are the props that got returned by `getServerSideProps` or `getStaticProps`
25
25
props: {
26
-
_sentryGetInitialPropsTraceData?: string;// trace id, if injected by server-side `getInitialProps`
26
+
_sentryGetInitialPropsTraceData?: string;// trace parent info, if injected by server-side `getInitialProps`
27
27
_sentryGetInitialPropsBaggage?: string;// baggage, if injected by server-side `getInitialProps`
28
28
pageProps?: {
29
-
_sentryGetServerSidePropsTraceData?: string;// trace id, if injected by server-side `getServerSideProps`
29
+
_sentryGetServerSidePropsTraceData?: string;// trace parent info, if injected by server-side `getServerSideProps`
30
30
_sentryGetServerSidePropsBaggage?: string;// baggage, if injected by server-side `getServerSideProps`
0 commit comments