diff --git a/apps/astro/package.json b/apps/astro/package.json index ea4ae1d..39a0061 100644 --- a/apps/astro/package.json +++ b/apps/astro/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/node": "^8.2.5", - "@sentry/astro": "7.113.0", + "@sentry/astro": "8.9.2", "astro": "^4.7.0", "typescript": "^5.4.5" } diff --git a/payload-files/astro/_test-param-error_1337--transaction.json b/payload-files/astro/_test-param-error_1337--transaction.json index 59201fa..54df5ad 100644 --- a/payload-files/astro/_test-param-error_1337--transaction.json +++ b/payload-files/astro/_test-param-error_1337--transaction.json @@ -4,13 +4,13 @@ "event_id": "[[ID1]]", "sdk": { "name": "sentry.javascript.astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "sent_at": "[[ISODateString]]", "trace": { "environment": "qa", "public_key": "[[publicKey]]", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "sample_rate": "1", "sampled": "true", "trace_id": "[[ID2]]" @@ -23,6 +23,7 @@ "contexts": { "trace": { "data": { + "hardwareConcurrency": "10", "sentry.op": "pageload", "sentry.origin": "auto.pageload.browser", "sentry.sample_rate": 1, @@ -31,11 +32,6 @@ "op": "pageload", "origin": "auto.pageload.browser", "span_id": "[[ID3]]", - "tags": { - "hardwareConcurrency": "10", - "lcp.element": "body > h1", - "lcp.size": "[[highNumber]]" - }, "trace_id": "[[ID2]]" } }, @@ -44,23 +40,19 @@ "measurements": { "fcp": { "unit": "millisecond", - "value": 164 - }, - "lcp": { - "unit": "millisecond", - "value": 164 + "value": 144 }, "ttfb": { "unit": "millisecond", - "value": 87 + "value": 65 }, "ttfb.requestTime": { "unit": "millisecond", - "value": 22 + "value": 27 } }, "platform": "javascript", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "request": { "headers": { "Referer": "http://localhost:4321/", @@ -72,7 +64,7 @@ "integrations": [ "InboundFilters", "FunctionToString", - "TryCatch", + "BrowserApiErrors", "Breadcrumbs", "GlobalHandlers", "LinkedErrors", @@ -84,21 +76,18 @@ "packages": [ { "name": "npm:@sentry/astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, { "name": "npm:@sentry/browser", - "version": "7.113.0" + "version": "8.0.0-beta.6" } ], - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "spans": [], "start_timestamp": "[[timestamp]]", "tags": { - "hardwareConcurrency": "10", - "lcp.element": "body > h1", - "lcp.size": "[[highNumber]]", "runtime": "browser" }, "timestamp": "[[timestamp]]", diff --git a/payload-files/astro/_test-param-error_[param]--transaction.json b/payload-files/astro/_test-param-error_[param]--transaction.json index 3ed4531..66db4a4 100644 --- a/payload-files/astro/_test-param-error_[param]--transaction.json +++ b/payload-files/astro/_test-param-error_[param]--transaction.json @@ -4,13 +4,13 @@ "event_id": "[[ID1]]", "sdk": { "name": "sentry.javascript.astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "sent_at": "[[ISODateString]]", "trace": { "environment": "qa", "public_key": "[[publicKey]]", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "sample_rate": "1", "sampled": "true", "trace_id": "[[ID2]]", @@ -25,8 +25,7 @@ { "category": "http", "data": { - "method": "GET", - "status_code": 500, + "http.method": "GET", "url": "http://localhost:4321/api/test-param-error/1337" }, "timestamp": "[[timestamp]]", @@ -58,6 +57,16 @@ "name": "macOS", "version": "14.2" }, + "otel": { + "resource": { + "service.name": "node", + "service.namespace": "sentry", + "service.version": "8.0.0-beta.6", + "telemetry.sdk.language": "nodejs", + "telemetry.sdk.name": "opentelemetry", + "telemetry.sdk.version": "1.23.0" + } + }, "runtime": { "name": "node", "version": "v20.11.1" @@ -66,6 +75,7 @@ "data": { "http.response.status_code": 200, "method": "GET", + "otel.kind": "INTERNAL", "sentry.op": "http.server", "sentry.origin": "auto.http.astro", "sentry.sample_rate": 1, @@ -76,17 +86,19 @@ "origin": "auto.http.astro", "span_id": "[[ID3]]", "status": "ok", - "tags": { - "http.status_code": "200" - }, "trace_id": "[[ID2]]" } }, "environment": "qa", "event_id": "[[ID1]]", - "modules": {}, "platform": "node", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", + "request": { + "cookies": {}, + "headers": {}, + "method": "GET", + "url": "http://localhost:4321/test-param-error/1337" + }, "sdk": { "integrations": [ "InboundFilters", @@ -95,60 +107,73 @@ "RequestData", "Console", "Http", - "Undici", + "NodeFetch", "OnUncaughtException", "OnUnhandledRejection", "ContextLines", - "LocalVariables", + "LocalVariablesAsync", "Context", - "Modules" + "Express", + "Fastify", + "Graphql", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Nest", + "Hapi", + "Koa", + "Connect" ], "name": "sentry.javascript.astro", "packages": [ { "name": "npm:@sentry/astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, { "name": "npm:@sentry/node", - "version": "7.113.0" + "version": "8.0.0-beta.6" } ], - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "server_name": "D9M3PY4LQ7.local", "spans": [ { "data": { + "http.client": "fetch", "http.method": "GET", "http.response.status_code": 500, + "http.status_code": 500, + "http.target": "/api/test-param-error/1337", + "http.url": "http://localhost:4321/api/test-param-error/1337", + "otel.kind": "CLIENT", "sentry.op": "http.client", - "sentry.origin": "auto.http.node.undici" + "sentry.origin": "auto.http.otel.node_fetch", + "url": "http://localhost:4321/api/test-param-error/1337" }, "description": "GET http://localhost:4321/api/test-param-error/1337", "op": "http.client", - "origin": "auto.http.node.undici", + "origin": "auto.http.otel.node_fetch", "parent_span_id": "[[ID3]]", "span_id": "[[ID4]]", "start_timestamp": "[[timestamp]]", - "status": "internal_error", - "tags": { - "http.status_code": "500" - }, + "status": "unknown_error", "timestamp": "[[timestamp]]", "trace_id": "[[ID2]]" } ], "start_timestamp": "[[timestamp]]", "tags": { - "http.status_code": "200", - "runtime": "node", - "transaction": "GET /test-param-error/[param]" + "runtime": "node" }, "timestamp": "[[timestamp]]", "transaction": "GET /test-param-error/[param]", "transaction_info": { - "source": "custom" + "source": "route" }, "type": "transaction" } diff --git a/payload-files/astro/_test-param-success_1337--transaction.json b/payload-files/astro/_test-param-success_1337--transaction.json index 5e9399e..2668962 100644 --- a/payload-files/astro/_test-param-success_1337--transaction.json +++ b/payload-files/astro/_test-param-success_1337--transaction.json @@ -4,13 +4,13 @@ "event_id": "[[ID1]]", "sdk": { "name": "sentry.javascript.astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "sent_at": "[[ISODateString]]", "trace": { "environment": "qa", "public_key": "[[publicKey]]", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "sample_rate": "1", "sampled": "true", "trace_id": "[[ID2]]" @@ -23,6 +23,7 @@ "contexts": { "trace": { "data": { + "hardwareConcurrency": "10", "sentry.op": "pageload", "sentry.origin": "auto.pageload.browser", "sentry.sample_rate": 1, @@ -31,11 +32,6 @@ "op": "pageload", "origin": "auto.pageload.browser", "span_id": "[[ID3]]", - "tags": { - "hardwareConcurrency": "10", - "lcp.element": "body > h1", - "lcp.size": "[[highNumber]]" - }, "trace_id": "[[ID2]]" } }, @@ -44,23 +40,19 @@ "measurements": { "fcp": { "unit": "millisecond", - "value": 184 - }, - "lcp": { - "unit": "millisecond", - "value": 186 + "value": 135 }, "ttfb": { "unit": "millisecond", - "value": 103 + "value": 60 }, "ttfb.requestTime": { "unit": "millisecond", - "value": 42 + "value": 15 } }, "platform": "javascript", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "request": { "headers": { "Referer": "http://localhost:4321/", @@ -72,7 +64,7 @@ "integrations": [ "InboundFilters", "FunctionToString", - "TryCatch", + "BrowserApiErrors", "Breadcrumbs", "GlobalHandlers", "LinkedErrors", @@ -84,21 +76,18 @@ "packages": [ { "name": "npm:@sentry/astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, { "name": "npm:@sentry/browser", - "version": "7.113.0" + "version": "8.0.0-beta.6" } ], - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "spans": [], "start_timestamp": "[[timestamp]]", "tags": { - "hardwareConcurrency": "10", - "lcp.element": "body > h1", - "lcp.size": "[[highNumber]]", "runtime": "browser" }, "timestamp": "[[timestamp]]", diff --git a/payload-files/astro/_test-param-success_[param]--transaction.json b/payload-files/astro/_test-param-success_[param]--transaction.json index 2a3b520..c24e934 100644 --- a/payload-files/astro/_test-param-success_[param]--transaction.json +++ b/payload-files/astro/_test-param-success_[param]--transaction.json @@ -4,13 +4,13 @@ "event_id": "[[ID1]]", "sdk": { "name": "sentry.javascript.astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "sent_at": "[[ISODateString]]", "trace": { "environment": "qa", "public_key": "[[publicKey]]", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", "sample_rate": "1", "sampled": "true", "trace_id": "[[ID2]]", @@ -21,6 +21,17 @@ "type": "transaction" }, { + "breadcrumbs": [ + { + "category": "http", + "data": { + "http.method": "GET", + "url": "http://localhost:4321/api/test-param-success/1337" + }, + "timestamp": "[[timestamp]]", + "type": "http" + } + ], "contexts": { "app": { "app_memory": "[[highNumber]]", @@ -46,6 +57,16 @@ "name": "macOS", "version": "14.2" }, + "otel": { + "resource": { + "service.name": "node", + "service.namespace": "sentry", + "service.version": "8.0.0-beta.6", + "telemetry.sdk.language": "nodejs", + "telemetry.sdk.name": "opentelemetry", + "telemetry.sdk.version": "1.23.0" + } + }, "runtime": { "name": "node", "version": "v20.11.1" @@ -54,6 +75,7 @@ "data": { "http.response.status_code": 200, "method": "GET", + "otel.kind": "INTERNAL", "sentry.op": "http.server", "sentry.origin": "auto.http.astro", "sentry.sample_rate": 1, @@ -64,17 +86,19 @@ "origin": "auto.http.astro", "span_id": "[[ID3]]", "status": "ok", - "tags": { - "http.status_code": "200" - }, "trace_id": "[[ID2]]" } }, "environment": "qa", "event_id": "[[ID1]]", - "modules": {}, "platform": "node", - "release": "d9b30b85f9c70e8a590b9932552161cf132eaffa", + "release": "9570e7fc5b7da6cd2a5395fe69d3bb14fe2551a9", + "request": { + "cookies": {}, + "headers": {}, + "method": "GET", + "url": "http://localhost:4321/test-param-success/1337" + }, "sdk": { "integrations": [ "InboundFilters", @@ -83,60 +107,73 @@ "RequestData", "Console", "Http", - "Undici", + "NodeFetch", "OnUncaughtException", "OnUnhandledRejection", "ContextLines", - "LocalVariables", + "LocalVariablesAsync", "Context", - "Modules" + "Express", + "Fastify", + "Graphql", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Nest", + "Hapi", + "Koa", + "Connect" ], "name": "sentry.javascript.astro", "packages": [ { "name": "npm:@sentry/astro", - "version": "7.113.0" + "version": "8.0.0-beta.6" }, { "name": "npm:@sentry/node", - "version": "7.113.0" + "version": "8.0.0-beta.6" } ], - "version": "7.113.0" + "version": "8.0.0-beta.6" }, "server_name": "D9M3PY4LQ7.local", "spans": [ { "data": { + "http.client": "fetch", "http.method": "GET", "http.response.status_code": 200, + "http.status_code": 200, + "http.target": "/api/test-param-success/1337", + "http.url": "http://localhost:4321/api/test-param-success/1337", + "otel.kind": "CLIENT", "sentry.op": "http.client", - "sentry.origin": "auto.http.node.undici" + "sentry.origin": "auto.http.otel.node_fetch", + "url": "http://localhost:4321/api/test-param-success/1337" }, "description": "GET http://localhost:4321/api/test-param-success/1337", "op": "http.client", - "origin": "auto.http.node.undici", + "origin": "auto.http.otel.node_fetch", "parent_span_id": "[[ID3]]", "span_id": "[[ID4]]", "start_timestamp": "[[timestamp]]", "status": "ok", - "tags": { - "http.status_code": "200" - }, "timestamp": "[[timestamp]]", "trace_id": "[[ID2]]" } ], "start_timestamp": "[[timestamp]]", "tags": { - "http.status_code": "200", - "runtime": "node", - "transaction": "GET /test-param-success/[param]" + "runtime": "node" }, "timestamp": "[[timestamp]]", "transaction": "GET /test-param-success/[param]", "transaction_info": { - "source": "custom" + "source": "route" }, "type": "transaction" } diff --git a/yarn.lock b/yarn.lock index 1fb6f4f..b6fd427 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3555,17 +3555,6 @@ __metadata: languageName: node linkType: hard -"@sentry-internal/feedback@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry-internal/feedback@npm:7.113.0" - dependencies: - "@sentry/core": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/7bbdc07f95b4995ab80f8651cb6bb13eb0ec0ce1c10da6db0e2e23b2311defdd38a51f064003b31d8b8ff39ba2ef3a7d58903a6d9313dc2c9f9bb8c8fb4256f2 - languageName: node - linkType: hard - "@sentry-internal/feedback@npm:8.9.2": version: 8.9.2 resolution: "@sentry-internal/feedback@npm:8.9.2" @@ -3577,18 +3566,6 @@ __metadata: languageName: node linkType: hard -"@sentry-internal/replay-canvas@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry-internal/replay-canvas@npm:7.113.0" - dependencies: - "@sentry/core": "npm:7.113.0" - "@sentry/replay": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/4fcc4fa2a12bf6e3417f4531fa18722c8f362676a66b4d6e07edece1bd27954e68fc9ceae4f8da4f8e096e7920671df737c12303b0a672faeb38345ae757fabf - languageName: node - linkType: hard - "@sentry-internal/replay-canvas@npm:8.9.2": version: 8.9.2 resolution: "@sentry-internal/replay-canvas@npm:8.9.2" @@ -3613,30 +3590,19 @@ __metadata: languageName: node linkType: hard -"@sentry-internal/tracing@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry-internal/tracing@npm:7.113.0" - dependencies: - "@sentry/core": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/67b9c9d7eb53306d1a7feecd573f1ca760a7467858712158741476d2843790e772ed0659b1deecbd57550c47b3479b1370a4da9a5979f25677798d06d7f0be61 - languageName: node - linkType: hard - -"@sentry/astro@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/astro@npm:7.113.0" +"@sentry/astro@npm:8.9.2": + version: 8.9.2 + resolution: "@sentry/astro@npm:8.9.2" dependencies: - "@sentry/browser": "npm:7.113.0" - "@sentry/core": "npm:7.113.0" - "@sentry/node": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - "@sentry/vite-plugin": "npm:^2.8.0" + "@sentry/browser": "npm:8.9.2" + "@sentry/core": "npm:8.9.2" + "@sentry/node": "npm:8.9.2" + "@sentry/types": "npm:8.9.2" + "@sentry/utils": "npm:8.9.2" + "@sentry/vite-plugin": "npm:^2.18.0" peerDependencies: astro: ">=3.x || >=4.0.0-beta" - checksum: 10c0/41a8b3e334a40167d32290e2acd6bf155b2d13c429b5a3fa13b741b2291bf0ca03da38fc8dfdaaaf5b514213b782f35487481a4bd9090e41e629a03b4858b4ca + checksum: 10c0/abc4a6e048d82bbfe45d2d7da718e7240cfb02cbe8b75942cd2aedd97f605113790f076e48e19d5917788ca1436cb90678bbec64851dc7bf5bbeba6907ea6f3c languageName: node linkType: hard @@ -3647,22 +3613,6 @@ __metadata: languageName: node linkType: hard -"@sentry/browser@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/browser@npm:7.113.0" - dependencies: - "@sentry-internal/feedback": "npm:7.113.0" - "@sentry-internal/replay-canvas": "npm:7.113.0" - "@sentry-internal/tracing": "npm:7.113.0" - "@sentry/core": "npm:7.113.0" - "@sentry/integrations": "npm:7.113.0" - "@sentry/replay": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/09edfdb3ccb07873237ee198f4c51c7838bdbec9c221b67df901dd0c445c1d708f548b2a146e9b8fd6532178e5f3c2f1c01e7a0c1b7d64509c11652ceae19666 - languageName: node - linkType: hard - "@sentry/browser@npm:8.9.2": version: 8.9.2 resolution: "@sentry/browser@npm:8.9.2" @@ -3780,16 +3730,6 @@ __metadata: languageName: node linkType: hard -"@sentry/core@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/core@npm:7.113.0" - dependencies: - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/8413d874937891033d49acca16134ccfc83f6c0005c182af85f4584450eacd3b0271720f825eb4e439450ddbafdb449c41f854606ea95d21e56efe959902c61a - languageName: node - linkType: hard - "@sentry/core@npm:8.9.2": version: 8.9.2 resolution: "@sentry/core@npm:8.9.2" @@ -3800,18 +3740,6 @@ __metadata: languageName: node linkType: hard -"@sentry/integrations@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/integrations@npm:7.113.0" - dependencies: - "@sentry/core": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - localforage: "npm:^1.8.1" - checksum: 10c0/984d30d3ca1f34cae6597e89efa17e9954f0601aa48b8db6c1a165980e5870994669355b5073b1b7f76aba2a679a2dcd16a89d0449dbdee1d672e56212bb01e6 - languageName: node - linkType: hard - "@sentry/nextjs@npm:8.9.2": version: 8.9.2 resolution: "@sentry/nextjs@npm:8.9.2" @@ -3841,19 +3769,6 @@ __metadata: languageName: node linkType: hard -"@sentry/node@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/node@npm:7.113.0" - dependencies: - "@sentry-internal/tracing": "npm:7.113.0" - "@sentry/core": "npm:7.113.0" - "@sentry/integrations": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/be5e70ec018ad8e37fcc2ae56d59dc0ef1a152fc3c007efed365fbab1bba6e17d93a3b9792a89b7887e6231694d0ffed8d1704e9172739e19e8daeb15def3530 - languageName: node - linkType: hard - "@sentry/node@npm:8.9.2": version: 8.9.2 resolution: "@sentry/node@npm:8.9.2" @@ -3966,18 +3881,6 @@ __metadata: languageName: node linkType: hard -"@sentry/replay@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/replay@npm:7.113.0" - dependencies: - "@sentry-internal/tracing": "npm:7.113.0" - "@sentry/core": "npm:7.113.0" - "@sentry/types": "npm:7.113.0" - "@sentry/utils": "npm:7.113.0" - checksum: 10c0/102dff2f888d1d71047ba327d36f6e3606e784a1c955581c9ca589dff7aced0680e98e29c5a8b97a413d395d8b873dd9b7ad7c5a86e4e97e63bcfff21997a031 - languageName: node - linkType: hard - "@sentry/svelte@npm:8.9.2": version: 8.9.2 resolution: "@sentry/svelte@npm:8.9.2" @@ -4020,13 +3923,6 @@ __metadata: languageName: node linkType: hard -"@sentry/types@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/types@npm:7.113.0" - checksum: 10c0/eca5f05888f071d34c10b5e776aa50cb29844ab9680f57df7196e50b9e885bdb871b08cb347fe0a2beeeb057095e755e05659d543d761e9a604c9e5c37153661 - languageName: node - linkType: hard - "@sentry/types@npm:8.9.2": version: 8.9.2 resolution: "@sentry/types@npm:8.9.2" @@ -4043,15 +3939,6 @@ __metadata: languageName: node linkType: hard -"@sentry/utils@npm:7.113.0": - version: 7.113.0 - resolution: "@sentry/utils@npm:7.113.0" - dependencies: - "@sentry/types": "npm:7.113.0" - checksum: 10c0/facff2dae77da0090ce8a279fcc7cc05faf9ca8ef6d911bdcfbab8c58b9f394dc6338191dd1a413d87752fdba9b276b859b765d1d1a24989558358fe7b081701 - languageName: node - linkType: hard - "@sentry/utils@npm:8.9.2": version: 8.9.2 resolution: "@sentry/utils@npm:8.9.2" @@ -4072,7 +3959,7 @@ __metadata: languageName: node linkType: hard -"@sentry/vite-plugin@npm:2.18.0, @sentry/vite-plugin@npm:^2.8.0": +"@sentry/vite-plugin@npm:2.18.0, @sentry/vite-plugin@npm:^2.18.0": version: 2.18.0 resolution: "@sentry/vite-plugin@npm:2.18.0" dependencies: @@ -5834,7 +5721,7 @@ __metadata: dependencies: "@astrojs/check": "npm:^0.5.10" "@astrojs/node": "npm:^8.2.5" - "@sentry/astro": "npm:7.113.0" + "@sentry/astro": "npm:8.9.2" astro: "npm:^4.7.0" typescript: "npm:^5.4.5" languageName: unknown @@ -9741,13 +9628,6 @@ __metadata: languageName: node linkType: hard -"immediate@npm:~3.0.5": - version: 3.0.6 - resolution: "immediate@npm:3.0.6" - checksum: 10c0/f8ba7ede69bee9260241ad078d2d535848745ff5f6995c7c7cb41cfdc9ccc213f66e10fa5afb881f90298b24a3f7344b637b592beb4f54e582770cdce3f1f039 - languageName: node - linkType: hard - "import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0": version: 3.3.0 resolution: "import-fresh@npm:3.3.0" @@ -10763,15 +10643,6 @@ __metadata: languageName: node linkType: hard -"lie@npm:3.1.1": - version: 3.1.1 - resolution: "lie@npm:3.1.1" - dependencies: - immediate: "npm:~3.0.5" - checksum: 10c0/d62685786590351b8e407814acdd89efe1cb136f05cb9236c5a97b2efdca1f631d2997310ad2d565c753db7596799870140e4777c9c9b8c44a0f6bf42d1804a1 - languageName: node - linkType: hard - "light-my-request@npm:^5.11.0": version: 5.13.0 resolution: "light-my-request@npm:5.13.0" @@ -10852,15 +10723,6 @@ __metadata: languageName: node linkType: hard -"localforage@npm:^1.8.1": - version: 1.10.0 - resolution: "localforage@npm:1.10.0" - dependencies: - lie: "npm:3.1.1" - checksum: 10c0/00f19f1f97002e6721587ed5017f502d58faf80dae567d5065d4d1ee0caf0762f40d2e2dba7f0ef7d3f14ee6203242daae9ecad97359bfc10ecff36df11d85a3 - languageName: node - linkType: hard - "locate-character@npm:^3.0.0": version: 3.0.0 resolution: "locate-character@npm:3.0.0"