Skip to content

Commit 05e0f29

Browse files
committed
small formatting change
1 parent aad370b commit 05e0f29

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/cloudflare/src/handler.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ export function withSentry<Env = unknown, QueueHandlerMessage = unknown, CfHostM
5959
apply(target, thisArg, args) {
6060
const [err] = args;
6161

62-
captureException(err, {
63-
mechanism: {
64-
handled: false,
65-
type: 'cloudflare',
66-
},
67-
});
62+
captureException(err, { mechanism: { handled: false, type: 'cloudflare' } });
6863

6964
return Reflect.apply(target, thisArg, args);
7065
},

0 commit comments

Comments
 (0)