Skip to content

Commit

Permalink
feat: add logging for inner error
Browse files Browse the repository at this point in the history
Signed-off-by: Ariadna Roman-Angheluta <[email protected]>
  • Loading branch information
attriaayush committed Jun 13, 2023
1 parent fb3e597 commit 7f7dcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/import/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export async function importTargets(
orgId,
integrationId,
target,
{ errorMessage: error.message },
{ errorMessage: error.message, innerError: error.innerError },
loggingPath,
);

Expand Down

0 comments on commit 7f7dcea

Please sign in to comment.