We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e01f3e commit 5c1a304Copy full SHA for 5c1a304
packages/core/src/logs/exports.ts
@@ -61,10 +61,7 @@ export function logAttributeToSerializedLogAttribute(value: unknown): Serialized
61
}
62
63
64
-function defaultCaptureSerializedLog(
65
- client: Client,
66
- serializedLog: SerializedLog,
67
-): void {
+function defaultCaptureSerializedLog(client: Client, serializedLog: SerializedLog): void {
68
const logBuffer = _INTERNAL_getLogBuffer(client);
69
if (logBuffer === undefined) {
70
GLOBAL_OBJ._sentryClientToLogBufferMap?.set(client, [serializedLog]);
0 commit comments