-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Update Astro to v8.0.0-beta.6 #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not parameterized |
||
| }, | ||
| "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", | ||
|
Comment on lines
+151
to
+152
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not parameterized
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is fine, this is "only" outgoing fetch stuff! |
||
| "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", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Origin is different
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is fine too, to be expected :) |
||
| "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" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. different source
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems more correct than before 🤔 so all good :D |
||
| }, | ||
| "type": "transaction" | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LCP is missing