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(plugin-document-load): new plugin for document load for web tracer (#433)
* feat(plugin-document-load): new plugin for document load for web tracer
* chore: lint
* chore: removing unused dependency
* chore: adding prepare script
* chore: cleanup of not used span processor
* chore: merging exporter-console into tracing
* chore: fixing timeOrigin when browser is using older version of performance (safari for example)
* chore: removing @Private
* chore: cleaning the docs
* chore: using stubs on public instead of private
* chore: added explanation when span can be undefined
* chore: adding unit test for case when passed "performanceNow" is equal to 0
* chore: adding unit test for case when passed "performanceNow" is null or undefined
* chore: fixing unit test with null
* chore: bump version
* chore: after changing enum keys to capitals I had to use values to align them with performance metric in type "PerformanceEntries"
* chore: adding comments for interfaces
* feat: adding possibility of setting start time for event
* chore: refactoring document load to use events instead of new spans
* chore: reformatting
* chore: updating loop
* chore: changing type for time
* chore: refactoring loop, updating jsdoc
* chore: splitting events into 2 spans
* chore: adding possibility of calling addEvent with 2nd param as time
* chore: updating the last event to be "load end"
* chore: updating the name for attributes
* chore: fixing test
* chore: cleanups
* chore: adding isTimeInput function with unit tests
* chore: adding component name
* chore: adding license and readme
* chore: updating lint and docs jobs to use node12 image in circleci
0 commit comments