-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(telemetry): track storage type and experimental features #1745
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1745 +/- ##
==========================================
- Coverage 78.03% 78.02% -0.02%
==========================================
Files 55 55
Lines 4903 4905 +2
==========================================
+ Hits 3826 3827 +1
- Misses 853 854 +1
Partials 224 224
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one request, otherwise lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
* main: (21 commits) chore: update schemas to include prepared statements chore: fix tests for urls chore: pgbouncer config fix chore(deps): bump formik from 2.4.1 to 2.4.2 in /ui (#1756) docs: add dstotijn as a contributor for code (#1759) Add tag prefix `v` in release link (#1757) fix(storage/sql): set binary_parameters=yes for lib/pq when prepared statements disabled chore(deps): bump react-router-dom from 6.12.1 to 6.13.0 in /ui (#1755) feat: configure use of prepared statements fix: input bg / text in darkmode (#1752) chore: rm markphelps from auto assignee on issue templates (#1751) docs: add yuvalg99 as a contributor for design (#1748) Fixed the dark mode in select component. (#1747) feat(telemetry): track storage type and experimental features (#1745) chore(deps-dev): bump @types/node from 18.16.17 to 18.16.18 in /ui (#1744) chore(deps-dev): bump @typescript-eslint/eslint-plugin in /ui (#1741) chore: fix Dagger UI build as node-18 bumped to a different base image of debian (bookworm) (#1746) chore(deps-dev): bump @types/react-dom from 18.2.4 to 18.2.5 in /ui (#1740) fix: count rules was not taking flagKey into account (#1738) chore(deps-dev): bump @types/node from 18.16.16 to 18.16.17 in /ui (#1736) ...
Fixes FLI-404
This adds two new properties to the existing telemetry data.
These include:
""
,database
,local
orgit
]).