## What does this PR do? Adds ability to send API v2 logs to Axiom. ## Mandatory Tasks (DO NOT REMOVE) - [x] I have self-reviewed the code (A decent size PR without self-review might be rejected). - [x] N/A - I have updated the developer docs in /docs if this PR makes changes that would require a [documentation change](https://cal.com/docs). If N/A, write N/A here and check the checkbox. - [x] I confirm automated tests are in place that prove my fix is effective or that my feature works. ## How should this be tested? - Add the AXIOM_DATASET and AXIOM_TOKEN variables and run the API locally. Ensure the logs flow through to Axiom.
35 lines
679 B
Bash
35 lines
679 B
Bash
NODE_ENV=
|
|
API_PORT=
|
|
API_URL=
|
|
DATABASE_READ_URL=
|
|
DATABASE_WRITE_URL=
|
|
LOG_LEVEL=
|
|
NEXTAUTH_SECRET=
|
|
DATABASE_URL=
|
|
JWT_SECRET=
|
|
SENTRY_DSN=
|
|
|
|
# KEEP THIS EMPTY, DISABLE SENTRY CLIENT INSIDE OF LIBRARIES USED BY APIv2
|
|
NEXT_PUBLIC_SENTRY_DSN=
|
|
|
|
# Stripe Billing
|
|
STRIPE_PRICE_ID_STARTER=
|
|
STRIPE_PRICE_ID_STARTER_OVERAGE=
|
|
STRIPE_PRICE_ID_ESSENTIALS=
|
|
STRIPE_PRICE_ID_ESSENTIALS_OVERAGE=
|
|
STRIPE_PRICE_ID_ENTERPRISE=
|
|
STRIPE_PRICE_ID_ENTERPRISE_OVERAGE=
|
|
STRIPE_API_KEY=
|
|
STRIPE_WEBHOOK_SECRET=
|
|
|
|
WEB_APP_URL=http://localhost:3000/
|
|
CALCOM_LICENSE_KEY=
|
|
API_KEY_PREFIX=cal_
|
|
GET_LICENSE_KEY_URL="https://console.cal.com/api/license"
|
|
IS_E2E=false
|
|
DOCS_URL=
|
|
|
|
# Axiom logging
|
|
AXIOM_DATASET=
|
|
AXIOM_TOKEN=
|