|
1 |
| -export { wrapGetStaticPropsWithSentry } from './wrapGetStaticPropsWithSentry'; |
2 |
| -export { wrapGetInitialPropsWithSentry } from './wrapGetInitialPropsWithSentry'; |
3 |
| -export { wrapAppGetInitialPropsWithSentry } from './wrapAppGetInitialPropsWithSentry'; |
4 |
| -export { wrapDocumentGetInitialPropsWithSentry } from './wrapDocumentGetInitialPropsWithSentry'; |
5 |
| -export { wrapErrorGetInitialPropsWithSentry } from './wrapErrorGetInitialPropsWithSentry'; |
6 |
| -export { wrapGetServerSidePropsWithSentry } from './wrapGetServerSidePropsWithSentry'; |
| 1 | +export { wrapGetStaticPropsWithSentry } from './pages-router-instrumentation/wrapGetStaticPropsWithSentry'; |
| 2 | +export { wrapGetInitialPropsWithSentry } from './pages-router-instrumentation/wrapGetInitialPropsWithSentry'; |
| 3 | +export { wrapAppGetInitialPropsWithSentry } from './pages-router-instrumentation/wrapAppGetInitialPropsWithSentry'; |
| 4 | +export { wrapDocumentGetInitialPropsWithSentry } from './pages-router-instrumentation/wrapDocumentGetInitialPropsWithSentry'; |
| 5 | +export { wrapErrorGetInitialPropsWithSentry } from './pages-router-instrumentation/wrapErrorGetInitialPropsWithSentry'; |
| 6 | +export { wrapGetServerSidePropsWithSentry } from './pages-router-instrumentation/wrapGetServerSidePropsWithSentry'; |
7 | 7 | export { wrapServerComponentWithSentry } from './wrapServerComponentWithSentry';
|
8 | 8 | export { wrapRouteHandlerWithSentry } from './wrapRouteHandlerWithSentry';
|
9 |
| -export { wrapApiHandlerWithSentryVercelCrons } from './wrapApiHandlerWithSentryVercelCrons'; |
| 9 | +export { wrapApiHandlerWithSentryVercelCrons } from './pages-router-instrumentation/wrapApiHandlerWithSentryVercelCrons'; |
10 | 10 | export { wrapMiddlewareWithSentry } from './wrapMiddlewareWithSentry';
|
11 |
| -export { wrapPageComponentWithSentry } from './wrapPageComponentWithSentry'; |
| 11 | +export { wrapPageComponentWithSentry } from './pages-router-instrumentation/wrapPageComponentWithSentry'; |
12 | 12 | export { wrapGenerationFunctionWithSentry } from './wrapGenerationFunctionWithSentry';
|
13 | 13 | export { withServerActionInstrumentation } from './withServerActionInstrumentation';
|
14 | 14 | // eslint-disable-next-line deprecation/deprecation
|
|
0 commit comments