Skip to content

Commit 0ea2155

Browse files
committed
Doh
1 parent e0ca922 commit 0ea2155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/eventbuilder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function exceptionFromError(error: Error): Exception {
3030

3131
const frames = extractStackFromError(error);
3232
if (frames.length) {
33-
exception.stacktrace = { frames: extractStackFromError(error) };
33+
exception.stacktrace = { frames };
3434
}
3535

3636
return exception;

0 commit comments

Comments
 (0)