Files
myeasycms-v2/packages/monitoring/api
Giancarlo Buomprisco 40afecde93 28 05 2025 deps update (#262)
* Update dependencies across all packages

Updated multiple dependencies to their latest versions to ensure compatibility, security, and performance improvements. This includes packages like @supabase/supabase-js, @tanstack/react-query, @types/react, and zod across various projects.

* Update selector for Stripe form submission button

Replaced the form button selector with a `data-testid` attribute selector for improved reliability and maintainability. This ensures the test is less prone to breaks from UI changes.
2025-05-28 09:26:28 +08:00
..
2025-02-07 11:38:29 +08:00
2025-05-28 09:26:28 +08:00
2024-05-28 15:17:56 +07:00

Monitoring / @kit/monitoring

Please set the following environment variable to your preferred monitoring provider:

NEXT_PUBLIC_MONITORING_PROVIDER=
ENABLE_MONITORING_INSTRUMENTATION=true

Available Providers

To use a specific provider, set the NEXT_PUBLIC_MONITORING_PROVIDER environment variable to one of the following values:

  1. Baselime: baselime
  2. Sentry: sentry

Baselime

To use Baselime, set the NEXT_PUBLIC_MONITORING_PROVIDER environment variable to baselime.

NEXT_PUBLIC_MONITORING_PROVIDER=baselime

Sentry

To use Sentry, set the NEXT_PUBLIC_MONITORING_PROVIDER environment variable to sentry.

NEXT_PUBLIC_MONITORING_PROVIDER=sentry

Instrumentation

To enable instrumentation, set the ENABLE_MONITORING_INSTRUMENTATION environment variable to true.

ENABLE_MONITORING_INSTRUMENTATION=true