Skip to content

Commit

Permalink
[CI] No longer collect APM span stack traces
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Mar 2, 2021
1 parent 41b81a1 commit 2630344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-apm-config-loader/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const getDefaultConfig = (isDistributable: boolean): ApmAgentConfig => {
globalLabels: {},
centralConfig: false,
metricsInterval: isDistributable ? '120s' : '30s',
captureSpanStackTraces: false,
transactionSampleRate: process.env.ELASTIC_APM_TRANSACTION_SAMPLE_RATE
? parseFloat(process.env.ELASTIC_APM_TRANSACTION_SAMPLE_RATE)
: 1.0,
Expand Down

0 comments on commit 2630344

Please sign in to comment.