Skip to content

Commit

Permalink
chore: logs to track webhook source implementation version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayteki95 committed Jan 8, 2025
1 parent 495343b commit 3bff99f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/controllers/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export class SourceController {
version,
events,
);
logger.debug('Native(Source-Transform):: Controller Input Adapter::', {
implementationVersion,
inputVersion: version,
source,
});

const resplist = await integrationService.sourceTransformRoutine(
input,
Expand Down

0 comments on commit 3bff99f

Please sign in to comment.