From 29417f44cc8922f77aa9de8f737554e4447dff30 Mon Sep 17 00:00:00 2001 From: vhcsilva Date: Tue, 27 Aug 2024 15:56:56 -0300 Subject: [PATCH] add missing apm variables --- .env.example | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index aebac67..7b5c4a0 100644 --- a/.env.example +++ b/.env.example @@ -95,4 +95,19 @@ NEXT_INTERNAL_API_KEY=development # Sendgrid credentials NEXT_SENDGRID_MAIL_API_KEY= -NEXT_SENDGRID_MAIL_FROM= \ No newline at end of file +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= \ No newline at end of file