You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gcp): Add span streaming support to GCP Cloud Functions integration
Migrate GCP integration to support spans-first tracing via the span streaming API.
The integration now supports both:
- Span streaming (new trace lifecycle)
- Traditional transaction-based approach (fallback)
Add request attributes to spans including headers, HTTP method, and query string.
Include cloud provider context and segment source in span metadata.
Add comprehensive tests for span streaming functionality including error handling,
trace context propagation, and PII filtering for query strings.
Depends on getsentry/sentry-conventions#403 being merged first.
Fixes PY-2324
Fixes#6022
0 commit comments