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.
14 lines
359 B
Markdown
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` |