Skip to content

Commit

Permalink
refactor: update context for batch transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Oct 11, 2022
1 parent 2cbb4a6 commit 889c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versionedRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ const batchHandler = ctx => {
{ errorAt: TRANSFORMER_METRIC.ERROR_AT.BATCH, ...errorObj.statTags }
);
response.errors.push(errResp);
errNotificationClient.notify(error, "Batch", {
errNotificationClient.notify(error, "Batch Transformation", {
...errResp,
...getCommonMetadata(ctx),
...getReqMetadata(destEvents)
Expand Down

0 comments on commit 889c754

Please sign in to comment.