chore(deps): bump @sentry/node from 7.88.0 to 7.89.0 (#14083)

* chore(deps): bump @sentry/node from 7.88.0 to 7.89.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.88.0 to 7.89.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.88.0...7.89.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

* fix: replace deprecated `configureScope` in favor of `getCurrentScope()`

ref: b27c2367ac/MIGRATION.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-24 03:51:46 +08:00 committed by GitHub
parent 8059ca76d8
commit 8e49c5df65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 26 deletions

View File

@ -13,9 +13,7 @@ if (config.sentry.dsn) {
Sentry.init({
dsn: config.sentry.dsn,
});
Sentry.configureScope((scope) => {
scope.setTag('node_name', config.nodeName);
});
Sentry.getCurrentScope().setTag('node_name', config.nodeName);
logger.info('Sentry inited.');
}

View File

@ -86,7 +86,7 @@
"@koa/router": "12.0.1",
"@notionhq/client": "2.2.14",
"@postlight/parser": "2.2.3",
"@sentry/node": "7.88.0",
"@sentry/node": "7.89.0",
"@tonyrl/rand-user-agent": "2.0.42",
"aes-js": "3.1.2",
"art-template": "4.13.2",

View File

@ -15,8 +15,8 @@ dependencies:
specifier: 2.2.3
version: 2.2.3
'@sentry/node':
specifier: 7.88.0
version: 7.88.0
specifier: 7.89.0
version: 7.89.0
'@tonyrl/rand-user-agent':
specifier: 2.0.42
version: 2.0.42
@ -1269,46 +1269,46 @@ packages:
selderee: 0.11.0
dev: false
/@sentry-internal/tracing@7.88.0:
resolution: {integrity: sha512-xXQdcYhsS+ourzJHjXNjZC9zakuc97udmpgaXRjEP7FjPYclIx+YXwgFBdHM2kzAwZLFOsEce5dr46GVXUDfZw==}
/@sentry-internal/tracing@7.89.0:
resolution: {integrity: sha512-cSwno2NYteBBqOvcm/ue9cJxGGl2uffG4laEyLR9y4we+bYxigfx/Ki2TFOtwXrv5o59eRAtN1lpzaAf43yfBw==}
engines: {node: '>=8'}
dependencies:
'@sentry/core': 7.88.0
'@sentry/types': 7.88.0
'@sentry/utils': 7.88.0
'@sentry/core': 7.89.0
'@sentry/types': 7.89.0
'@sentry/utils': 7.89.0
dev: false
/@sentry/core@7.88.0:
resolution: {integrity: sha512-Jzbb7dcwiCO7kI0a1w+32UzWxbEn2OcZWzp55QMEeAh6nZ/5CXhXwpuHi0tW7doPj+cJdmxMTMu9LqMVfdGkzQ==}
/@sentry/core@7.89.0:
resolution: {integrity: sha512-aU3wfZ+tyFi4T06fOH3z5xnTyMzwvzyEohYOmnQnDrqNgvDzjWkyeUzWse9FaFiut8lBN9O+Pd2H0ucPBMPEhQ==}
engines: {node: '>=8'}
dependencies:
'@sentry/types': 7.88.0
'@sentry/utils': 7.88.0
'@sentry/types': 7.89.0
'@sentry/utils': 7.89.0
dev: false
/@sentry/node@7.88.0:
resolution: {integrity: sha512-X6Xyh7AEitnWqn1CHQrmsUqRn0GKj/6nPE5VC2DLQfHiFH1Fknrt+csFzDchQ/86awXYwuY4Le5ECEH//X/WzQ==}
/@sentry/node@7.89.0:
resolution: {integrity: sha512-3uP0HtwsrTKOUi+Az8j/E2YQA9sjHWWLrNo2CiZVOtQNYtH8SZqQeTrnOi9bqhM7NyHtKz1JrXzttj/LWkUvRA==}
engines: {node: '>=8'}
dependencies:
'@sentry-internal/tracing': 7.88.0
'@sentry/core': 7.88.0
'@sentry/types': 7.88.0
'@sentry/utils': 7.88.0
'@sentry-internal/tracing': 7.89.0
'@sentry/core': 7.89.0
'@sentry/types': 7.89.0
'@sentry/utils': 7.89.0
https-proxy-agent: 5.0.1
transitivePeerDependencies:
- supports-color
dev: false
/@sentry/types@7.88.0:
resolution: {integrity: sha512-FvwvmX1pWAZKicPj4EpKyho8Wm+C4+r5LiepbbBF8oKwSPJdD2QV1fo/LWxsrzNxWOllFIVIXF5Ed3nPYQWpTw==}
/@sentry/types@7.89.0:
resolution: {integrity: sha512-5Rqt6vIP652p01ypUaEIrELjsHF0vUnzj/JFz+i7nXv6w77GPpNzeIlMYdnauBIgJhLUvYCTQaOPV9GhgZhc4g==}
engines: {node: '>=8'}
dev: false
/@sentry/utils@7.88.0:
resolution: {integrity: sha512-ukminfRmdBXTzk49orwJf3Lu3hR60ZRHjE2a4IXwYhyDT6JJgJqgsq1hzGXx0AyFfyS4WhfZ6QUBy7fu3BScZQ==}
/@sentry/utils@7.89.0:
resolution: {integrity: sha512-t6qDQajdAjZ6LPraAWO00ZjvDbNH82DoVGV/2o4C5MBPCutJGTGyWIpI2tliYPZPPx+3C2m5L757zh1dCzrgUg==}
engines: {node: '>=8'}
dependencies:
'@sentry/types': 7.88.0
'@sentry/types': 7.89.0
dev: false
/@sinclair/typebox@0.27.8: