-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[WIP] feat: Span Streaming POC #17852
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
base: develop
Are you sure you want to change the base?
Conversation
31db546 to
20590fe
Compare
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
84ec3fe to
4c1a555
Compare
dc5f6de to
a2aec25
Compare
7bb62f4 to
fd533f3
Compare
a35edc7 to
2d9b938
Compare
e8e3944 to
2049208
Compare
2049208 to
860265a
Compare
860265a to
41c93ff
Compare
23c46cd to
25b73c6
Compare
66b37be to
282eed0
Compare
dev-packages/browser-integration-tests/suites/span-first/web-vitals/web-vitals-ttfb/test.ts
Fixed
Show fixed
Hide fixed
50208b8 to
780b812
Compare
…sion anchor Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
… it in cloudflare, vercel edge and deno
2a75393 to
96f57a4
Compare
This PR contains the POC span streaming implementation for browser SDKs.
Can be tested on
@sentry/[email protected]and any higher-level SDKs.To opt into span streaming, set:
Also note that spans will no longer be sent to any event processors added via one if the
*.addEventProcessorAPIs. If you have any event processors, consider usingbeforeSendSpanorignoreSpans.