SurfSense/surfsense_web
Matt Van Horn b240057c61
fix: gate console.log calls behind development check
Wraps unguarded console.log statements in use-connectors-electric,
mcp-config-validator, and ElectricProvider behind an IS_DEV guard,
matching the existing pattern in lib/electric/client.ts. Keeps
console.error calls untouched so real errors still surface.

Fixes #904
2026-03-23 23:29:16 -07:00
..
app feat: init video presentation agent 2026-03-21 22:13:41 -07:00
atoms refactor: update user mutation and query atoms to use USER_QUERY_KEY 2026-03-17 22:56:59 -07:00
changelog/content feat: bumped version to 0.0.13 2026-02-09 17:59:07 -08:00
components fix: gate console.log calls behind development check 2026-03-23 23:29:16 -07:00
content/docs feat: add web search docs 2026-03-17 14:17:51 +05:30
contexts Implement update notion page tool 2026-02-13 10:45:51 +02:00
contracts feat: init video presentation agent 2026-03-21 22:13:41 -07:00
hooks fix: gate console.log calls behind development check 2026-03-23 23:29:16 -07:00
i18n feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components 2026-02-11 00:39:01 -08:00
lib feat: init video presentation agent 2026-03-21 22:13:41 -07:00
messages feat: enhance chat sidebar functionality and UI 2026-03-17 03:55:49 +05:30
public feat: add new carousel item for AI-generated video creation 2026-03-22 00:34:41 -07:00
types chore: linting 2026-01-28 22:15:43 -08:00
.cursorrules
.dockerignore
.env.example
.gitignore
biome.json chore: update biome configuration and dependencies to Biome version 2.4.6, enhancing compatibility and functionality 2026-03-07 12:52:05 +05:30
components.json chore: ran linting 2026-02-17 12:47:39 +05:30
docker-entrypoint.js chore: ran linting 2026-03-06 12:17:57 +05:30
docker-entrypoint.sh feat: add Docker configuration files and installation script for SurfSense 2026-02-24 22:45:37 +05:30
Dockerfile fix: set outputFileTracingRoot for predictable standalone output 2026-03-17 19:28:27 +02:00
drizzle.config.ts
eslint.config.mjs
instrumentation-client.ts fix: update PostHog configuration for improved tracking 2026-03-11 23:18:09 -07:00
instrumentation.ts feat: enhance error handling with PostHog integration 2026-03-12 01:28:39 -07:00
LICENSE
mdx-components.tsx
next.config.ts fix: set outputFileTracingRoot for predictable standalone output 2026-03-17 19:28:27 +02:00
package.json feat: init video presentation agent 2026-03-21 22:13:41 -07:00
pnpm-lock.yaml feat: init video presentation agent 2026-03-21 22:13:41 -07:00
postcss.config.mjs
source.config.ts
svgr.d.ts chore: ran linting 2026-02-10 19:06:21 +05:30
tailwind.config.js
tsconfig.json