Files
myeasycms-v2/packages/monitoring/api
Giancarlo Buomprisco f208332445 Update dependencies and version bump to 2.16.1 (#376)
* Update dependencies and version bump to 2.16.1

- Incremented package version from 2.16.0 to 2.16.1 in package.json.
- Updated various dependencies across multiple packages, including:
  - `@ai-sdk/openai` from `^2.0.38` to `^2.0.42`
  - `ai` from `5.0.56` to `5.0.59`
  - `@types/node` to `^24.6.1`
  - `@types/react` to `19.1.16`
  - `typescript` to `^5.9.3`
  - Updated `@stripe/react-stripe-js`, `@stripe/stripe-js`, and `stripe` to their latest versions.
- Ensured compatibility with the latest versions of dependencies to maintain stability and performance.

* Update package manager and TypeScript version in package.json

- Bumped `packageManager` from `pnpm@10.14.0` to `pnpm@10.17.1`.
- Updated `typescript` dependency from `^5.9.2` to `^5.9.3`.
- Adjusted `pnpm-lock.yaml` to reflect the changes in dependency versions.
2025-10-01 15:01:53 +08:00
..
2025-02-07 11:38:29 +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