We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8d6611 + 36a8107 commit 5bac2dcCopy full SHA for 5bac2dc
1 file changed
packages/core/src/domain/error/error.ts
@@ -89,8 +89,8 @@ export function tryToGetFingerprint(originalError: unknown) {
89
}
90
91
export function tryToGetErrorContext(originalError: unknown) {
92
- if (originalError !== null && typeof originalError === 'object' && 'dd_context' in originalError) {
93
- return originalError.dd_context as Context
+ if (originalError !== null && typeof originalError === 'object' && 'fc_content' in originalError) {
+ return originalError.fc_content as Context
94
95
96
0 commit comments