This change expands runtime monitoring by adding a dedicated sentry.edge.config.js so Sentry can initialize for edge-handled requests, using the configured DSN and a 20% trace sample rate. It also wires LogRocket into _app.tsx, alongside existing Firebase analytics, so browser sessions can be replayed and debugged from the client side. Together these changes improve visibility across both edge execution and frontend user behavior, making production issues easier to diagnose.

Added edge-runtime Sentry initialization and client-side LogRocket session tracking to improve production observability. - lws803/GigaChadGPT