Skip to content

Commit

Permalink
fix: added tracing in BUCK (#3450)
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth <[email protected]>
  • Loading branch information
siddhart1o1 and Siddharth authored Oct 30, 2023
1 parent 3c79a14 commit 364aa9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/consent/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ filegroup(
"public/**",
"services/**",
"components/**",
"env.ts",
"tailwind.config.ts",
"postcss.config.js",
"next.config.js",
"tsconfig.json",
"*.ts", # env.ts / instrumentation.ts
"instrumentation.node.ts"
]),
)

Expand Down
3 changes: 2 additions & 1 deletion apps/dashboard/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ filegroup(
"postcss.config.js",
"next.config.js",
"tsconfig.json",
"*.ts", # env.ts / middleware.ts
"*.ts", # env.ts / middleware.ts / instrumentation.ts
"instrumentation.node.ts"
]),
)

Expand Down

0 comments on commit 364aa9d

Please sign in to comment.