chore: remove instrumentation

This commit is contained in:
Henry
2025-12-10 21:33:39 +00:00
parent 36675604f9
commit 3d942fa768
4 changed files with 2 additions and 201 deletions

View File

@@ -1,6 +0,0 @@
export async function register() {
if (process.env.NEXT_RUNTIME === "nodejs") {
await require("pino");
await require("next-logger");
}
}