Files
myeasycms-v2/packages/monitoring
giancarlo 07ff9a7f8e Introduce error boundary mechanism and exception capture with Baselime and Sentry
Deleted the ErrorBoundary component from the makerkit package and introduced new exception capture mechanisms for Baselime and Sentry monitoring providers. The code now captures all exceptions thrown within components and sends them to the configured monitoring provider, which in turn logs the errors for debugging purposes. Updated packages and environment variables accordingly to support this feature.
2024-04-15 14:14:08 +08:00
..

Monitoring / @kit/monitoring

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

MONITORING_INSTRUMENTATION_PROVIDER=

Available Providers

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

  1. Baselime: baselime
  2. Sentry: sentry