Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bepro 2260 disable apm integration with an environment variabels #241

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,19 @@ NEXT_INTERNAL_API_KEY=development

# Sendgrid credentials
NEXT_SENDGRID_MAIL_API_KEY=
NEXT_SENDGRID_MAIL_FROM=
NEXT_SENDGRID_MAIL_FROM=

# Elastic APM integration secret token
NEXT_ELASTIC_APM_SECRET_TOKEN=

# Elastic APM integration server url
NEXT_ELASTIC_APM_SERVER_URL=

# Elastic APM integration service name
NEXT_ELASTIC_APM_SERVICE_NAME=

# true|false - Enable Elastic APM integration
NEXT_ELASTIC_APM_ACTIVE=

# Elastic APM _local_ log level
NEXT_ELASTIC_APM_LOG_LEVEL=
Loading