Commit Graph

3 Commits

Author SHA1 Message Date
Bartlomiej Obecny 435ab73b89
chore: removing examples of packages that are part of contrib repo (#2028) 2021-03-24 19:22:08 +01:00
Bartlomiej Obecny bc583b8ac5 XMLHttpRequest (#595)
* 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>
2019-12-19 15:34:09 -08:00
Nina Stawski b048bb9ae1 chore(web-example): Added a README for the existing example (#562)
* Added a README for the existing example

* Fixed typo

* A few updates to the README

* A few updates to the README

* Changed the link to point to the  instead of tracing

* Update examples/tracer-web/README.md

Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>

* Updated tracing to web
2019-11-21 11:49:28 -08:00