Skip to content

meta(changelog): Update changelog for 7.86.0 #9771

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

Merged
merged 13 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(astro): Promote Astro SDK to beta state (Readme) (#9670)
  • Loading branch information
Lms24 authored Dec 5, 2023
commit b51a807cf6275b365fe9658764f108363a2bb369
8 changes: 4 additions & 4 deletions packages/astro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/astro/)

## Experimental Note
## SDK Status

This SDK is experimental and in Alpha state. Breaking changes can occurr at any time.
This SDK is in Beta and not yet fully stable.
If you have feedback or encounter any bugs, feel free to [open an issue](https://github.com/getsentry/sentry-javascript/issues/new/choose).

## General
Expand Down Expand Up @@ -58,9 +58,9 @@ SENTRY_AUTH_TOKEN="your-token"

### Server Instrumentation

For Astro apps configured for (hybrid) Server Side Rendering (SSR), the Sentry integration will automatically add middleware to your server to instrument incoming requests **if you're using Astro 3.5.0 or newer**.
For Astro apps configured for (hybrid) Server Side Rendering (SSR), the Sentry integration will automatically add middleware to your server to instrument incoming requests **if you're using Astro 3.5.2 or newer**.

If you're using Astro <3.5.0, complete the setup by adding the Sentry middleware to your `src/middleware.js` file:
If you're using Astro <3.5.2, complete the setup by adding the Sentry middleware to your `src/middleware.js` file:

```javascript
// src/middleware.js
Expand Down