* chore: linting
* feat(collector-exporter): new exporter for opentelemetry collector
* chore: updating readme
* chore: undo auto lint fix - which is wrong
* chore: updates after comments
* chore: renaming util to transform
* chore: renaming types, last comments from review
* chore: adding missing links
* chore: fixes after comments
* chore: fixes after comments
* chore: fixes after comments
* chore: updating jsdoc
* chore: enabling attributes
* chore: adding script to generate package version file
* chore: naming
* chore: adding todo
* chore: updating types for link
* chore: fixing typo
* chore: removing unnecessary typing
* chore: const for enum
* chore: adding missing interface for message event
* chore: adding timestamp example
* chore: changes after review
* chore: adding case when the exporter is shutdown but export is called
* chore: adding missing header for request to prevent instrumentation
* docs: docs and example for basic-tracer
* chore: rename to node-basic-tracer for clarity
* chore: rename again to basic-tracer-node
* docs: update docs and example