chore(deps): update all non-major dependencies #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.0
->9.0.1
9.10.1
->9.15.0
Release Notes
newrelic/node-native-metrics (@newrelic/native-metrics)
v9.0.1
Compare Source
newrelic/node-newrelic (newrelic)
v9.15.0
Compare Source
heroku.use_dyno_names
to specify whether or not to useprocess.env.DYNO
for naming the host name and display host. This option defaults to true. If you are on heroku and do not want this functionality setheroku.use_dyno_names
tofalse
. You can also control this configuration options with the environment variable ofNEW_RELIC_HEROKU_USE_DYNO_NAMES
. Thanks @benney-au-le for your contribution 🚀Support statement:
v9.14.1
Compare Source
__NR_cache
instead of a symbol to properly detect attempts at loading agent twice.Support statement:
v9.14.0
Compare Source
setErrorGroupCallback
, which provides a way for you to customize theerror.group.name
attribute of errors that are captured by the agent. This attribute controls how the Errors Inbox functionality groups similar errors together. To learn more about this function, please refer to our example app.Support statement:
v9.13.0
Compare Source
Updated http instrumentation to no longer remove the
x-new-relic-disable-dt
header when using AWS SDK v3. This was done to prevent the "The request signature we calculated does not match the signature you provided. Check your key and signing method." error from AWS SDK.Added an API method
setUserID
to provide an ability to associate a unique identifier with a transaction event, transaction trace and errors within transaction. The attribute will beenduser.id
.Added default configuration for security agent.
Support statement:
v9.12.1
Compare Source
v9.12.1 (2023-03-15)
Added ability to mark errors as expected when using
newrelic.noticeError
, by adding an optional boolean:newrelic.noticeError(error, {customAttributes}, true|false)
when there are custom error attributes.newrelic.noticeError(error, true|false)
if there are no custom error attributes.expected
errors do not affect error metrics or Apdex.Added ability to disable distributed tracing for aws-sdk >= 3.290.0.
Updated README header image to latest OSS office required images
updated @grpc/grpc-js from 1.8.8 to 1.8.9
Support statement:
v9.12.0
Compare Source
v9.11.0
Compare Source
v9.11.0 (2023-03-08)
@prisma/client
).@prisma/client
is 4.0.0.$queryRaw
,$executeRaw
,$queryRawUnsafe
, and$executeRawUnsafe
the names will be aligned with the raw SQL.(i.e. Datastore/statement/Prisma/User/select)Huge shoutout to @osmanmrtacar for the original contribution 🙏🏻
@grpc/protoloader
from 0.7.4 to 0.7.5.@grpc/grpc-js
from 1.8.7 to 1.8.8.Support statement:
v9.10.2
Compare Source
v9.10.2 (2023-02-21)
request.aborted
withresponse.close
in HTTP instrumentation.NEW_RELIC_GRPC_IGNORE_STATUS_CODES
was not properly parsing the codes as integers, thus not ignoring reporting errors of certain status codes.@grpc/grpc-js
from 1.8.4 to 1.8.7.Support statement:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.