Skip to content

Commit 95feaa6

Browse files
committed
add changelog entry
1 parent 1f2ec5f commit 95feaa6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,25 @@ Sentry.init({
4343
});
4444
```
4545

46+
## 10.32.0-alpha.0
47+
48+
This preview release includes updates to our Span Streaming PoC implementation. Use at your own risk.
49+
50+
- Attributes extracted from request andknown contexts on scopes are applied to the segment span
51+
- Scope attributes are applied to every span
52+
- Added a simple interval, limit and `Sentry.flush`-based span buffer for backend SDKs
53+
- Span-first can now also be tested in any of our server SDKs, including `@sentry/node`, `@sentry/cloudflare`, `@sentry/deno`, `@sentry/bun` and `@sentry/vercel-edge`
54+
55+
Known issues:
56+
57+
- Missing data from various integrations and framework SDKs
58+
- `ignoreSpans` is not yet applied
59+
60+
Untested:
61+
62+
- Meta frameworks or framework SDKs building on top of `@sentry/browser` or `@sentry/node`. Likely,
63+
data is missing, noisy spans are not filtered, etc.
64+
4665
## 10.31.0
4766

4867
### Important Changes

0 commit comments

Comments
 (0)