* chore: rename formatter to propagator
* chore: lint
* chore: last few formatter renames
* chore: remove test of removed function
* chore: remove unused imports
* feat: use context-based tracing
* chore: use withSpan where possible
* chore: propagate context in tests
* chore: allow spanoptions to override parent from context
* feat: create an api package
* chore: update circle for new api package
* chore: bring back getTracer
* chore: add wrongly removed dev dependency
* chore: review comments
* chore: review comments
* chore: lint
* chore: export all noop implementations
* chore: update API README
* chore: ignore known working links that are not yet published
* chore: add jsdoc for getInstance calls
* chore: add jsdoc for private constructors
* chore: review comments
* chore: fix readme npm url
* chore: fix old readmes without registry
* chore: update api calling convention
* feat: implement named meter
* chore: update name provider to registry, remove 'default' name on MeterProvider
* chore: remove duplicated types import
* chore: address comments
* chore: add version script to all packages
* chore: remove hard coded version string
* chore: move version update script to root
* chore: add version:update to package.json
Co-authored-by: Mayur Kale <mayurkale@google.com>
* feat(xml-http-request): new plugin for auto instrumentation for xml-http-request
* chore: new example for xml-http-request and updated examples structure for web
* chore: updating readme
* chore: linting
* chore: fixing origin for tests
* chore: linting
* chore: updating to use b3 format from core
* chore: updates after reviews
* chore: wrong function call
* chore: updating attribute names
* chore: linting
* chore: adding preflight requests, fixing few other issues
* chore: adding image to examples, updating readme
* chore: forcing async to be true, but propagate rest params
* chore: fixing type for open and send function
* chore: fixing format for headers
* chore: reviews
* chore: decrement task count when span exists
* chore: changes after review
* chore: adding weakmap for keeping information connected with xhr
* chore: renaming config param
* chore: not needed cast
* chore: updating title
* chore: refactored xhr, removed tracing dependency, few other issues fixed
* chore: reviews
* chore: refactored for collecting timing resources
* chore: fixes after merging
* chore: reviews
* chore: reviews
Co-authored-by: Mayur Kale <mayurkale@google.com>