Skip to content

Commit 5c1a304

Browse files
committed
lint
1 parent 9e01f3e commit 5c1a304

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/core/src/logs/exports.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ export function logAttributeToSerializedLogAttribute(value: unknown): Serialized
6161
}
6262
}
6363

64-
function defaultCaptureSerializedLog(
65-
client: Client,
66-
serializedLog: SerializedLog,
67-
): void {
64+
function defaultCaptureSerializedLog(client: Client, serializedLog: SerializedLog): void {
6865
const logBuffer = _INTERNAL_getLogBuffer(client);
6966
if (logBuffer === undefined) {
7067
GLOBAL_OBJ._sentryClientToLogBufferMap?.set(client, [serializedLog]);

0 commit comments

Comments
 (0)