aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/instrumentation.ts
blob: 41630756bdf2bdf976b704beb6384932d3cbd636 (plain) (blame)
1
2
3
4
5
export async function register() {
  if (process.env.NEXT_RUNTIME === "nodejs") {
    await import("./instrumentation.node");
  }
}