-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.17] Upgrading APM Node (#205440) #205576
Conversation
## Summary Upgrade `elastic-apm-node` from 4.9.0 to 4.10.0 [CHANGELOG](https://github.com/elastic/apm-agent-nodejs/blob/main/CHANGELOG.asciidoc) (cherry picked from commit 283bcf5) # Conflicts: # package.json # yarn.lock
@@ -19,7 +19,6 @@ import type { AgentConfigOptions as RUMAgentConfigOptions } from '@elastic/apm-r | |||
const DEFAULT_CONFIG: AgentConfigOptions = { | |||
active: false, | |||
environment: 'development', | |||
logUncaughtExceptions: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self review: It seems this config was removed in 4.x and now uncaughtExceptions are captured by default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ci |
@elasticmachine merge upstream |
There are no new commits on the base branch. |
/ci |
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @kc13greiner |
Tagging @elastic/kibana-core for review since PR touches packages/kbn-apm-config-loader |
Backport
This will backport the following commits from
main
to7.17
:Questions ?
Please refer to the Backport tool documentation