Skip to content

Commit 2e4501f

Browse files
committed
fix(knowledge): drop raw error message from hydration failure logs
1 parent 0753385 commit 2e4501f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/sim/lib/knowledge/connectors/sync-primitives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,6 @@ export async function processDocOps(input: ProcessDocOpsInput): Promise<boolean>
11521152
connectorId,
11531153
externalId: deferredOps[i].extDoc.externalId,
11541154
error: diagnostic?.message ?? SOURCE_CONTENT_ERROR,
1155-
cause: toError(outcome.reason).message,
11561155
diagnostic,
11571156
})
11581157
}
@@ -1276,7 +1275,6 @@ export async function processDocOps(input: ProcessDocOpsInput): Promise<boolean>
12761275
connectorId,
12771276
externalId: batch[j].extDoc.externalId,
12781277
error: diagnostic?.message ?? SOURCE_CONTENT_ERROR,
1279-
cause: toError(outcome.reason).message,
12801278
diagnostic,
12811279
})
12821280
}

0 commit comments

Comments
 (0)