Skip to content

Commit

Permalink
misc: added integration ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Dec 19, 2024
1 parent cde813a commit 2357f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/secret/secret-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ export const secretQueueFactory = ({
errorHistogram.record(1, {
version: 1,
integration: integration.integration,
integrationId: integration.id,
type: err instanceof AxiosError ? "AxiosError" : err?.constructor?.name || "UnknownError",
status: err instanceof AxiosError ? err.response?.status : undefined,
name: err instanceof Error ? err.name : undefined,
Expand Down

0 comments on commit 2357f3b

Please sign in to comment.