chore: Hardcode service name for APM tagging

This commit is contained in:
Tom Moor
2022-03-18 22:15:56 -07:00
parent 04f1daeec9
commit e6eb43144c

View File

@@ -10,6 +10,7 @@ if (process.env.DD_API_KEY) {
// SOURCE_COMMIT is used by Docker Hub
// SOURCE_VERSION is used by Heroku
version: process.env.SOURCE_COMMIT || process.env.SOURCE_VERSION,
service: "outline",
},
{
useMock: process.env.NODE_ENV === "test",