sentry-php
sentry-php copied to clipboard
Implement Span Streaming API
This issue serves as a collection of necessary steps that need to be done for implementing the streaming API
- [X] Implement JSON serialization
- [ ] Apply attributes from scope to spans
- [ ] Add
trace_lifecycleoption to switch between modes - [ ] Add
before_send_spanscallback option - [ ] set propagation context
- [ ] Ensure
startSpanbehaves correctly - [ ] (Optional) Create own workflow for Spans instead of using
applyToEvent