Skip to content

Commit 66b57e2

Browse files
committed
fix(admin-server): Add @fxa/shared/sentry-node path to tsconfig.build.json
Because: - nest build uses tsconfig.build.json which has an explicit paths map; @fxa/shared/sentry-node was missing from this override, causing the admin-server audit-tokens script to fail to resolve the module during the CI Build step even though tsc --noEmit succeeded. This commit: - Adds the @fxa/shared/sentry-node path entry alongside sentry-nest and sentry-utils
1 parent 231003a commit 66b57e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fxa-admin-server/tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@fxa/shared/notifier": ["libs/shared/notifier/src/index"],
4444
"@fxa/shared/mozlog": ["libs/shared/mozlog/src/index"],
4545
"@fxa/shared/sentry-nest": ["libs/shared/sentry-nest/src/index"],
46+
"@fxa/shared/sentry-node": ["libs/shared/sentry-node/src/index"],
4647
"@fxa/shared/sentry-utils": ["libs/shared/sentry-utils/src/index"],
4748
"@fxa/accounts/rate-limit": ["libs/accounts/rate-limit/src/index"]
4849
}

0 commit comments

Comments
 (0)