Skip to content

Commit 1f57271

Browse files
committed
make prettier happy
1 parent fc0ad69 commit 1f57271

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/nextjs/src/config/webpack.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ import {
1313
WebpackConfigObject,
1414
WebpackEntryProperty,
1515
} from './types';
16-
import {
17-
SERVER_SDK_INIT_PATH,
18-
storeServerConfigFileLocation,
19-
} from './utils';
16+
import { SERVER_SDK_INIT_PATH, storeServerConfigFileLocation } from './utils';
2017

2118
export { SentryWebpackPlugin };
2219

packages/nextjs/src/utils/handlers.ts

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const withSentry = (handler: NextApiHandler): WrappedNextApiHandler => {
7171
if (transaction) {
7272
transaction.setHttpStatus(res.statusCode);
7373

74-
7574
transaction.finish();
7675
}
7776
try {

0 commit comments

Comments
 (0)