Skip to content

Commit 723e160

Browse files
committed
chore: rm stack trace
1 parent 88e9d51 commit 723e160

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmap/command_monitoring_events.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export class CommandStartedEvent {
4646
command: WriteProtocolMessageType,
4747
serverConnectionId: bigint | null
4848
) {
49-
Error.captureStackTrace(this);
5049
const cmd = extractCommand(command);
5150
const commandName = extractCommandName(cmd);
5251
const { address, connectionId, serviceId } = extractConnectionDetails(connection);

0 commit comments

Comments
 (0)