Skip to content

Commit 3dea4d1

Browse files
committed
chore: log app name
1 parent d772a0f commit 3dea4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/getMyPrescriptions/src/getMyPrescriptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ async function eventHandler(
9292
logger.appendKeys(traceIDs)
9393

9494
const applicationName = headers["nhsd-application-name"] ?? "unknown"
95+
logger.info("extracted applicationName", {applicationName})
9596

9697
try {
9798
const isCertificateConfigured = spineClient.isCertificateConfigured()

0 commit comments

Comments
 (0)