chore: Hardcode service name for APM tagging
This commit is contained in:
@@ -10,6 +10,7 @@ if (process.env.DD_API_KEY) {
|
|||||||
// SOURCE_COMMIT is used by Docker Hub
|
// SOURCE_COMMIT is used by Docker Hub
|
||||||
// SOURCE_VERSION is used by Heroku
|
// SOURCE_VERSION is used by Heroku
|
||||||
version: process.env.SOURCE_COMMIT || process.env.SOURCE_VERSION,
|
version: process.env.SOURCE_COMMIT || process.env.SOURCE_VERSION,
|
||||||
|
service: "outline",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
useMock: process.env.NODE_ENV === "test",
|
useMock: process.env.NODE_ENV === "test",
|
||||||
|
|||||||
Reference in New Issue
Block a user