Merge branch 'master' into fix/multi-step-form-block-layouts
This commit is contained in:
commit
808ecf07f4
|
@ -3,5 +3,9 @@ import apm from "dd-trace"
|
||||||
// enable APM if configured
|
// enable APM if configured
|
||||||
if (process.env.DD_APM_ENABLED) {
|
if (process.env.DD_APM_ENABLED) {
|
||||||
console.log("Starting dd-trace")
|
console.log("Starting dd-trace")
|
||||||
apm.init()
|
apm.init({
|
||||||
|
// @ts-ignore for some reason dd-trace types don't include this options,
|
||||||
|
// even though it's spoken about in the docs.
|
||||||
|
debug: process.env.DD_ENV === "qa",
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue