Skip to content

Commit 2f88743

Browse files
author
Luca Forstner
committed
Remove redundant comments
1 parent ed15ca3 commit 2f88743

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/nextjs/src/config/wrappers/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ export { withSentryGetStaticPaths } from './withSentryGetStaticPaths';
22
export { withSentryGetStaticProps } from './withSentryGetStaticProps';
33
export { withSentryGetInitialProps } from './withSentryGetInitialProps';
44
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.

packages/nextjs/src/config/wrappers/withSentryGetInitialProps.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { GIProps } from './types';
22

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-
73
/**
84
* Create a wrapped version of the user's exported `getInitialProps` function
95
*

0 commit comments

Comments
 (0)