Skip to content

Commit

Permalink
Log env vars as I think they are not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenSandwich committed Feb 7, 2025
1 parent 7e51434 commit 4b09a43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/docs-view/render-page-mdx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ async function renderPageMdx(
)
}

console.log({
HASHI_ENV: process.env.HASHI_ENV,
unified_docs_migrated_repos: __config.flags?.unified_docs_migrated_repos,
})

return await trace
.getTracer('docs-view')
.startActiveSpan('renderPageMdx', async (span) => {
Expand Down

0 comments on commit 4b09a43

Please sign in to comment.