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
chore: improve telemetry collecting using generated SDK (#2424)
* feat: add improved telemetry using generated SDK
* chore: replace BatchSpanProcessor with the SimpleSpanProcessor
* chore: remove unused method
* chore: replace send proper method
* refactor: remove file and add logic to the telemerty file
* refactor: naming in SDK
* chore: add missing properties
* chore: remove additional logic to get user id, install ulid package and change user_id to anonymous_id
* chore: rename user_id to anonymous_id in otel and fix typing
* chore: rename functions and add name of cached file
* chore: replace generating id with crypto with ulid
* chore: change comment
* docs: add points what data we collected
* chore: remove import and check for undefined manually
* fix: cleanObject function types and logic
* feat: add proper package with types and add missing properties for new SDK
* chore: update lock file, fix test and add new to reach the threshold
* chore: add changeset
* chore: improve tests for new functions
* feat: add missing properties
* feat: add tests to pass the unit tests threshlod
* fix: unit tests
* Update docs/@v2/usage-data.md
* chore: remove anonymous id if it is in CI
* chore: add proper files and changes
* chore: add empty data for project and organization to match general SDK structure
* feat: add functionality to have ann id in all cases, update version of SDK, change origin constant to cli
* fix: cleaning file in command if it is not exists
* chore: revert changes
---------
Co-authored-by: Jacek Łękawa <164185257+JLekawa@users.noreply.github.com>
0 commit comments