Skip to content

Commit 5bac2dc

Browse files
authored
Merge pull request #5 from flashcatcloud/flashcat
feat: rename fc_content
2 parents b8d6611 + 36a8107 commit 5bac2dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/domain/error/error.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export function tryToGetFingerprint(originalError: unknown) {
8989
}
9090

9191
export function tryToGetErrorContext(originalError: unknown) {
92-
if (originalError !== null && typeof originalError === 'object' && 'dd_context' in originalError) {
93-
return originalError.dd_context as Context
92+
if (originalError !== null && typeof originalError === 'object' && 'fc_content' in originalError) {
93+
return originalError.fc_content as Context
9494
}
9595
}
9696

0 commit comments

Comments
 (0)