Skip to content

Commit 12c146b

Browse files
authored
fix(nextjs): Export createReduxEnhancer (#9854)
1 parent 53724c5 commit 12c146b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { getVercelEnv } from '../common/getVercelEnv';
1313
import { buildMetadata } from '../common/metadata';
1414
import { isBuild } from '../common/utils/isBuild';
1515

16+
export { createReduxEnhancer } from '@sentry/react';
1617
export * from '@sentry/node';
1718
export { captureUnderscoreErrorException } from '../common/_error';
1819

0 commit comments

Comments
 (0)