Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(swift): Use BatchSpanProcessor instead of SimpleSpanProcessor (
#11) ## Which problem is this PR solving? Use `BatchSpanProcessor` instead of `SimpleSpanProcessor` since it is the recommended span processor to use in production apps. Leaving this in draft to start because this might affect smoke tests since it might take a few seconds for the spans to batch send with this change so we might need to add in a wait mechanism. ## Short description of the changes - Use `BatchSpanProcessor` from OTel as the default span processor to send spans. ## How to verify that this has the expected result - Smoke tests still pass
- Loading branch information