We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefb8be commit 2ef1f2aCopy full SHA for 2ef1f2a
1 file changed
CHANGELOG.md
@@ -13,6 +13,12 @@
13
`auto.function.nestjs.cron`. If you have Sentry queries or alerts that filter on the old mechanism type, update them
14
accordingly.
15
16
+- **fix(astro): Adjust Sentry middleware for Astro 6 ([#19745](https://github.com/getsentry/sentry-javascript/pull/19745))**
17
+
18
+ This release enableds full support for Astro v6 by adjusting our Astro SDK's middleware to some Astro-internal
19
+ changes. We cannot yet guarantee full support for server-islands, due to a [bug in Astro v6](https://github.com/withastro/astro/issues/15753)
20
+ but we'll follow up on this once the bug is fixed.
21
22
## 10.43.0
23
24
### Important Changes
0 commit comments