Skip to content

Commit ab649a3

Browse files
committed
💶
1 parent 166c05f commit ab649a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/bitbucket/bitbucket-context-parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class BitbucketContextParser extends AbstractContextParser implements ICo
213213
} as NavigatorContext;
214214
} catch (e) {
215215
const error = e instanceof Error ? handleBitbucketError(e) : e;
216-
span.log({ error: e });
216+
span.log({ error });
217217
log.error({ userId: user.id }, "Error parsing Bitbucket navigator request context", error);
218218
throw e;
219219
} finally {

0 commit comments

Comments
 (0)