We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createReduxEnhancer
1 parent 53724c5 commit 12c146bCopy full SHA for 12c146b
packages/nextjs/src/server/index.ts
@@ -13,6 +13,7 @@ import { getVercelEnv } from '../common/getVercelEnv';
13
import { buildMetadata } from '../common/metadata';
14
import { isBuild } from '../common/utils/isBuild';
15
16
+export { createReduxEnhancer } from '@sentry/react';
17
export * from '@sentry/node';
18
export { captureUnderscoreErrorException } from '../common/_error';
19
0 commit comments