Bump @sentry/tracing from 7.101.1 to 7.110.0

Bumps [@sentry/tracing](https://github.com/getsentry/sentry-javascript) from 7.101.1 to 7.110.0.
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.110.0/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.101.1...7.110.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 09:50:47 +00:00 committed by GitHub
parent 7b19bb72d5
commit e4e750280b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 50 additions and 6 deletions

54
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@hyper-tuner/types": "github:hyper-tuner/types",
"@reduxjs/toolkit": "^2.2.1",
"@sentry/react": "^7.101.1",
"@sentry/tracing": "^7.101.1",
"@sentry/tracing": "^7.110.0",
"antd": "^4.24.15",
"fuse.js": "^7.0.0",
"kbar": "^0.1.0-beta.45",
@ -3000,11 +3000,55 @@
}
},
"node_modules/@sentry/tracing": {
"version": "7.101.1",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.101.1.tgz",
"integrity": "sha512-g62ol80fc8bpp1c3H96hb4S8onaAS1y7Lg/quiPL4Df0hWKfIYz22fdnCIm2meEFf73g8yBrHOhmqoH7T9xt0w==",
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.110.0.tgz",
"integrity": "sha512-pAydcCqzyzn2Uv9qmuDX5saHbXp4eMMsBW2C/oSkVdKQQSdA7JeG27d82Jz3cMVrfjv105lShP5qS2YjhBTkow==",
"dependencies": {
"@sentry-internal/tracing": "7.101.1"
"@sentry-internal/tracing": "7.110.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry-internal/tracing": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.110.0.tgz",
"integrity": "sha512-IIHHa9e/mE7uOMJfNELI8adyoELxOy6u6TNCn5t6fphmq84w8FTc9adXkG/FY2AQpglkIvlILojfMROFB2aaAQ==",
"dependencies": {
"@sentry/core": "7.110.0",
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/core": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.110.0.tgz",
"integrity": "sha512-g4suCQO94mZsKVaAbyD1zLFC5YSuBQCIPHXx9fdgtfoPib7BWjWWePkllkrvsKAv4u8Oq05RfnKOhOMRHpOKqg==",
"dependencies": {
"@sentry/types": "7.110.0",
"@sentry/utils": "7.110.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/types": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.110.0.tgz",
"integrity": "sha512-DqYBLyE8thC5P5MuPn+sj8tL60nCd/f5cerFFPcudn5nJ4Zs1eI6lKlwwyHYTEu5c4KFjCB0qql6kXfwAHmTyA==",
"engines": {
"node": ">=8"
}
},
"node_modules/@sentry/tracing/node_modules/@sentry/utils": {
"version": "7.110.0",
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.110.0.tgz",
"integrity": "sha512-VBsdLLN+5tf73fhf/Cm7JIsUJ6y9DkJj8h4I6Mxx0rszrvOyH6S5px40K+V4jdLBzMEvVinC7q2Cbf1YM18BSw==",
"dependencies": {
"@sentry/types": "7.110.0"
},
"engines": {
"node": ">=8"

View File

@ -25,7 +25,7 @@
"@hyper-tuner/types": "github:hyper-tuner/types",
"@reduxjs/toolkit": "^2.2.1",
"@sentry/react": "^7.101.1",
"@sentry/tracing": "^7.101.1",
"@sentry/tracing": "^7.110.0",
"antd": "^4.24.15",
"fuse.js": "^7.0.0",
"kbar": "^0.1.0-beta.45",