Skip to content

Commit

Permalink
deps(sentry) bump to 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Jun 21, 2024
1 parent 3af0630 commit 6080b63
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"README"
],
"dependencies": {
"@sentry/node": "^8.10.0",
"@sentry/profiling-node": "^8.10.0",
"@sentry/node": "^8.11.0",
"@sentry/profiling-node": "^8.11.0",
"canvas": "^2.11.2",
"dotenv": "^8.2.0",
"echarts": "5.4.0",
Expand Down
3 changes: 1 addition & 2 deletions src/instrument.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as Sentry from '@sentry/node';
// @ts-expect-error this seems like a regression in the types
import {nodeProfilingIntegration} from '@sentry/profiling-node';

Sentry.init({
Expand All @@ -11,7 +10,7 @@ Sentry.init({
const client = Sentry.getClient();

if (client) {
const profilingIntegration = client.getIntegrationByName("ProfilingIntegration");
const profilingIntegration = client.getIntegrationByName('ProfilingIntegration');

if (profilingIntegration) {
// @ts-expect-error this is purposefuly not exposed by the SDK for now
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -950,18 +950,18 @@
"@opentelemetry/instrumentation" "^0.49 || ^0.50 || ^0.51"
"@opentelemetry/sdk-trace-base" "^1.22"

"@sentry/core@8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.10.0.tgz#033661288a5ac9f4e6cd7583cf068bec4403dbe0"
integrity sha512-NzrFqYsEHMd4TYYYxOvf+f+Z02u0nt12cIYYN9pOM3xBLKR+ORs7jhVnN0cB/H2yqtmtBaIzSehk/M/qUXFJGw==
"@sentry/core@8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.11.0.tgz#bd78d9b598b6658ad18c8e0457fdffcd5f95b51e"
integrity sha512-rZaM55j5Fw0IGb8lNXOTVoq7WR6JmUzm9x5cURGsjL9gzAurGl817oK3iyOvYQ3JZnfijjh0QF0SQr4NZHKbIg==
dependencies:
"@sentry/types" "8.10.0"
"@sentry/utils" "8.10.0"
"@sentry/types" "8.11.0"
"@sentry/utils" "8.11.0"

"@sentry/node@8.10.0", "@sentry/node@^8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-8.10.0.tgz#8bee9d3270ce6054e3c271125415d6524298847a"
integrity sha512-cokBLwYGBFhFw4TFX5QCRat8JBkjT3U72PsptciO+ck3XUHJwQn2AipzzEk9itCvtnhQjhStRswyCK4zXHpW7w==
"@sentry/node@8.11.0", "@sentry/node@^8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-8.11.0.tgz#773a25cf9f10dda7f39357bc9a94294aa301150c"
integrity sha512-hvPa2aUz1NAJ5AEcXVbll7ZM0LFgfYCvNBn6ZWb7d+segv/vbGwusTT1Xs7OlbF0UrNAx6rX5BJSAjQXQ2dlHg==
dependencies:
"@opentelemetry/api" "^1.9.0"
"@opentelemetry/context-async-hooks" "^1.25.0"
Expand All @@ -986,45 +986,45 @@
"@opentelemetry/sdk-trace-base" "^1.25.0"
"@opentelemetry/semantic-conventions" "^1.25.0"
"@prisma/instrumentation" "5.15.0"
"@sentry/core" "8.10.0"
"@sentry/opentelemetry" "8.10.0"
"@sentry/types" "8.10.0"
"@sentry/utils" "8.10.0"
"@sentry/core" "8.11.0"
"@sentry/opentelemetry" "8.11.0"
"@sentry/types" "8.11.0"
"@sentry/utils" "8.11.0"
optionalDependencies:
opentelemetry-instrumentation-fetch-node "1.2.0"

"@sentry/opentelemetry@8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-8.10.0.tgz#bf1488e4a1769d4e74aa07dad55ce1fb2ec7a297"
integrity sha512-OPdxZZWaOzOCOYbH7oGeDrz3veaxdlUMU0PMaqYYywN+iOx+0uZm+MfAiAEbInL8dmLMg0qJHde3vI9veDozgQ==
"@sentry/opentelemetry@8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/opentelemetry/-/opentelemetry-8.11.0.tgz#09d7f0aed6245b1fedddcad906c6d3a2255b7d87"
integrity sha512-OukaRoGNZbnCSN/neJGI72GwxpSZ0jg/44Rc8C//d8JKIFAZUn2in61k7fSbET0PSTKxw5erguvjcv/9BvLJOg==
dependencies:
"@sentry/core" "8.10.0"
"@sentry/types" "8.10.0"
"@sentry/utils" "8.10.0"
"@sentry/core" "8.11.0"
"@sentry/types" "8.11.0"
"@sentry/utils" "8.11.0"

"@sentry/profiling-node@^8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/profiling-node/-/profiling-node-8.10.0.tgz#8acdce5cf36844e1392e990952ef37594101c605"
integrity sha512-fjs4IQT4oaSTAAt+HexWlXL0NbCiy1y4Ix2rfD6UY03zO/RQNelygSfpCMKlnwkd80O9KjJ24cssuSz7QBJwmA==
"@sentry/profiling-node@^8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/profiling-node/-/profiling-node-8.11.0.tgz#c0a4510ba2754b9eb29190fae3523c985f2db62f"
integrity sha512-BRzLsQ9MOr/huLhVMeMzxMqPKoP864yGTh5xAFQbMeszOxkZJ4H2MPZN5TGEeHarHUUl2ujqZl1R60l8NbMKXw==
dependencies:
"@sentry/core" "8.10.0"
"@sentry/node" "8.10.0"
"@sentry/types" "8.10.0"
"@sentry/utils" "8.10.0"
"@sentry/core" "8.11.0"
"@sentry/node" "8.11.0"
"@sentry/types" "8.11.0"
"@sentry/utils" "8.11.0"
detect-libc "^2.0.2"
node-abi "^3.61.0"

"@sentry/types@8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.10.0.tgz#47119cb121cba38cc3654e7b79ac9014235132a9"
integrity sha512-6kgh6NqgQHcnnD7dOe3THcVkzv2nor/f94x3odmPShN2AWBfPRprHZZsLTjh/3aC7l76V2nfuQ4wgRvwsddTWw==
"@sentry/types@8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.11.0.tgz#613da07f91d58ad5b460b95550e64aa6159ee97f"
integrity sha512-kz9/d2uw7wEXcK8DnCrCuMI75hZnpVAjYr8mq1uatltOx+2JOYPNdaK6ispxXlhb5KXOnVWNgfVDbGlLp0w+Gg==

"@sentry/utils@8.10.0":
version "8.10.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.10.0.tgz#0947188bafdd343fffd9554de3604fdde4818ff7"
integrity sha512-tQPgB7lX1XqbEw2EXvWNsBQlmG+yJHVhBKKDPy5HZMjuTP3zlpVdP6NF87qwonmdtFNHxdrKbfOVRiLx71/JwA==
"@sentry/utils@8.11.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.11.0.tgz#b8856db2c1cfc1835df8854cba20cea82f6c6e08"
integrity sha512-iDt5YVMYNgT151bPYVGo8XlpM0MHWy8DH+czmAiAlFTV7ns7lAeHGF6tsFYo7wOZOPDHxtF6F2CM7AvuYnOZGw==
dependencies:
"@sentry/types" "8.10.0"
"@sentry/types" "8.11.0"

"@sideway/address@^4.1.3":
version "4.1.4"
Expand Down

0 comments on commit 6080b63

Please sign in to comment.