File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
packages/nextjs/src/config/wrappers Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,3 @@ export { withSentryGetStaticPaths } from './withSentryGetStaticPaths';
2
2
export { withSentryGetStaticProps } from './withSentryGetStaticProps' ;
3
3
export { withSentryGetInitialProps } from './withSentryGetInitialProps' ;
4
4
export { withSentryGetServerSideProps } from './withSentryGetServerSideProps' ;
5
-
6
- // Disclaimer: Keep this file side-effect free. If you have to intruduce a side-effect, make sure it can run on the
7
- // browser and on the server. Reason: Our `getInitialProps` wrapper imports this file and `getInitialProps` might run on
8
- // the browser and / or on the server.
Original file line number Diff line number Diff line change 1
1
import { GIProps } from './types' ;
2
2
3
- // Disclaimer: Keep this file side-effect free. If you have to intruduce a side-effect, make sure it can run on the
4
- // browser and on the server. Reason: This `getInitialProps` wrapper imports this file and `getInitialProps` might run on
5
- // the browser and / or on the server.
6
-
7
3
/**
8
4
* Create a wrapped version of the user's exported `getInitialProps` function
9
5
*
You can’t perform that action at this time.
0 commit comments