There was an error while loading. Please reload this page.
1 parent be4d02d commit 1b98ab1Copy full SHA for 1b98ab1
1 file changed
packages/server-utils/src/orchestrion/runtime/register.ts
@@ -69,7 +69,8 @@ function isTransformerTreeShaken(): boolean {
69
*/
70
function warnRuntimeUnavailable(message: string): void {
71
consoleSandbox(() => {
72
- GLOBAL_OBJ.console?.warn(`[Sentry] ${message} See ${BUNDLING_DOCS_URL}`);
+ // oxlint-disable-next-line no-console
73
+ console.warn(`[Sentry] ${message} See ${BUNDLING_DOCS_URL}`);
74
});
75
}
76
0 commit comments