Skip to content

Commit 29ce91a

Browse files
committed
log indicators for now
1 parent af8adf5 commit 29ce91a

File tree

1 file changed

+2
-0
lines changed
  • packages/core/src/v3/serverOnly

1 file changed

+2
-0
lines changed

packages/core/src/v3/serverOnly/k8s.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ export function isKubernetesEnvironment(override?: boolean): boolean {
1212
env.KUBERNETES_SERVICE_PORT,
1313
];
1414

15+
console.debug("k8sIndicators", { k8sIndicators });
16+
1517
return k8sIndicators.some(Boolean);
1618
}

0 commit comments

Comments
 (0)