dd4e8344c9
This adds the withSentryConfig wrapper to the Next.js configuration, which is required for Sentry tracing to work properly. The wrapper is only applied in production when both NEXT_PUBLIC_SENTRY_DSN and SENTRY_TRACES_SAMPLE_RATE environment variables are set. Without this wrapper, Sentry cannot properly instrument the build for performance monitoring, causing spans (including calendar telemetry) to not be recorded despite the SDK being initialized. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>