-
-
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
Conversation
apps/astro/package.json
Outdated
| "@astrojs/check": "^0.5.10", | ||
| "@astrojs/node": "^8.2.5", | ||
| "@sentry/astro": "7.113.0", | ||
| "@sentry/astro": "8.0.0-beta.6", |
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.
That line was the only change in Astro 🙌🏻
| "hardwareConcurrency": "10", | ||
| "lcp.element": "body > h1", | ||
| "lcp.size": "[[highNumber]]", |
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
| "cookies": {}, | ||
| "headers": {}, | ||
| "method": "GET", | ||
| "url": "http://localhost:4321/test-param-error/1337" |
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.
not parameterized
| "http.target": "/api/test-param-error/1337", | ||
| "http.url": "http://localhost:4321/api/test-param-error/1337", |
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.
not parameterized
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.
this is fine, this is "only" outgoing fetch stuff!
| "description": "GET http://localhost:4321/api/test-param-error/1337", | ||
| "op": "http.client", | ||
| "origin": "auto.http.node.undici", | ||
| "origin": "auto.http.otel.node_fetch", |
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.
Origin is different
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.
this is fine too, to be expected :)
| "transaction": "GET /test-param-error/[param]", | ||
| "transaction_info": { | ||
| "source": "custom" | ||
| "source": "route" |
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.
different source
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.
seems more correct than before 🤔 so all good :D
No description provided.