From 322b7eb550862e418b37ccda3f428180c3bb9fa8 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 28 Sep 2025 22:35:56 -0400 Subject: [PATCH] Add instrumentation for error tracking with PostHog in server environment --- app/instrumentation.ts => instrumentation.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/instrumentation.ts => instrumentation.ts (100%) diff --git a/app/instrumentation.ts b/instrumentation.ts similarity index 100% rename from app/instrumentation.ts rename to instrumentation.ts