-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
Expected Behavior
if a value is set, DD_SERVICE is not overwritten.
Actual Behavior
DD_SERVICE is overwritten with the application name.
Steps to Reproduce the Problem
- serverless.yml
service: serverless-dd
frameworkVersion: "3"
plugins:
- serverless-plugin-datadog
provider:
name: aws
runtime: nodejs18.x
environment:
DD_SERVICE: 'test-app'
functions:
hello:
handler: handler.hello
- Run sls deploy
- Expected value of DD_SERVICE is "test-app" but, actually "serverlerss-dd"
Specifications
- Serverless Framework version: 3.36.0
- Datadog Serverless Plugin version: 5.52.0
- Lambda function runtime (Python 3.7, Node 10, etc.): nodejs18.x
Stacktrace
Paste here
Metadata
Metadata
Assignees
Labels
No labels