We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8adf5 commit 29ce91aCopy full SHA for 29ce91a
packages/core/src/v3/serverOnly/k8s.ts
@@ -12,5 +12,7 @@ export function isKubernetesEnvironment(override?: boolean): boolean {
12
env.KUBERNETES_SERVICE_PORT,
13
];
14
15
+ console.debug("k8sIndicators", { k8sIndicators });
16
+
17
return k8sIndicators.some(Boolean);
18
}
0 commit comments