We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0ad69 commit 1f57271Copy full SHA for 1f57271
packages/nextjs/src/config/webpack.ts
@@ -13,10 +13,7 @@ import {
13
WebpackConfigObject,
14
WebpackEntryProperty,
15
} from './types';
16
-import {
17
- SERVER_SDK_INIT_PATH,
18
- storeServerConfigFileLocation,
19
-} from './utils';
+import { SERVER_SDK_INIT_PATH, storeServerConfigFileLocation } from './utils';
20
21
export { SentryWebpackPlugin };
22
packages/nextjs/src/utils/handlers.ts
@@ -71,7 +71,6 @@ export const withSentry = (handler: NextApiHandler): WrappedNextApiHandler => {
71
if (transaction) {
72
transaction.setHttpStatus(res.statusCode);
73
74
-
75
transaction.finish();
76
}
77
try {
0 commit comments