Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps elastic-apm-node from 2.12.1 to 3.16.0.

Changelog

Sourced from elastic-apm-node's changelog.

==== 3.16.0 - 2021/06/14

[float] ===== Features

  • Added configuration field, allowing users to set a time threshold value that spans must reach before the agent will add a stack trace to the span. As a result, many short spans that previously included stack traces by default no longer will.

  • Prefer W3C "traceparent" header over "elastic-apm-traceparent" for incoming requests. {pull}2079#2079

[float] ===== Bug fixes

  • Fix a crash (TypeError: lastPrepareStackTrace) in the agent when used with React v17 and later ({issues}1980#1980).

  • Performance improvements have been made in error and stacktrace capture ({pull}2094#2094). This also included in two bug fixes:

** Before this change, some captured errors (for example a next(new Error('boom') from an Express handler) would mark the error as "unhandled" incorrectly. "Unhandled" exceptions are those caught by an uncaughtException handler. ** Before this change, source context lines for a stacktrace would not properly use the "sourcesContext" field of a file's source map.

[[release-notes-3.15.0]] ==== 3.15.0 - 2021/05/19

[float] ===== Features

  • Add support for Node.js v16. (This also drops testing of Node.js v13 releases.) {pull}2055#2055

[float] ===== Bug fixes

  • Update TypeScript typings for Agent.setLabel and Agent.addLabels to include the stringify argument that was added in v3.11.0.

[[release-notes-3.14.0]] ==== 3.14.0 - 2021/04/19

[float]

... (truncated)

Commits
  • 818bd29 3.16.0 (#2108)
  • 90a5f33 perf: bump elastic-apm-http-client dep to 9.8.1 to get minor perf tweak (#2104)
  • 6741cd5 fix: 'TypeError: lastPrepareStackTrace' crash when used with React v17+ (#2107)
  • 9120891 perf: refactor error capture and stacktrace collection (#2094)
  • 1239363 perf: don't collect stack traces on short spans (#2081)
  • 35a1176 fix: missing typescript defs (#2097)
  • ecf84db synchronize json schema specs (#2096)
  • 553dd60 test: faster TAV runs by reducing the test matrix (#2091)
  • 808b9c4 test: make this test robust for additional captured spans possible with mongo...
  • 1daee34 test: limit testing of 'edge' node builds (node.js nightly and RC builds) to ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by trentm, a new releaser for elastic-apm-node since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 15, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #163.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/elastic-apm-node-3.16.0 branch July 6, 2021 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant