- Bumped `@manypkg/cli` from `0.24.0` to `0.25.0` for enhanced functionality. - Updated `cross-env` from `7.0.3` to `10.0.0` to leverage new features and fixes. - Incremented `next` from `15.4.3` to `15.4.5` for better performance and compatibility. - Updated `react` and `react-dom` from `19.1.0` to `19.1.1` to ensure alignment with the latest improvements. - Incremented `@types/node` from `24.0.15` to `24.1.0` for type safety enhancements. - Updated various packages across the codebase to maintain consistency and compatibility.
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:
- Baselime:
baselime - 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