Files
myeasycms-v2/packages/monitoring/README.md
giancarlo 24a68b2b1f Add Sentry and Baselime packages in the monitoring section
This commit introduces Sentry and Baselime packages into the monitoring section, complete with associated dependencies and scripts. These changes also reflect necessary updates to the 'pnpm-lock.yaml' file to account for these new dependencies.
2024-04-04 01:09:19 +08:00

14 lines
359 B
Markdown

# 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`