// apps/web-tanstack/src/instrumentation.ts // Server-entry hook. Imported at the top of the server entry file. import { initSentryServerNode } from "@repo/core-shared/instrumentation/sentry/init-server-node"; initSentryServerNode({ dsn: process.env["WEB_TANSTACK_SENTRY_DSN"], app: "web-tanstack", release: process.env["VITE_GIT_COMMIT_SHA"], });