codeflash-internal/js/common
Kevin Turcios 2c56875f83
fix: display instrumented perf tests in observability timeline (#2381)
## Summary
- Published `@codeflash-ai/common@1.0.30` with `dist/` and
`instrumented_perf_test` schema field
- Updated webapp to use the new package so Prisma generates correct
types
- Removed `Record<string, unknown>` type cast workaround in `page.tsx`

The instrumented perf test data was already being stored in the DB but
the webapp's Prisma client didn't have the field in its generated types,
so it was never returned from queries.

## Test plan
- [ ] Search a trace that has perf tests (e.g.
`59a508fb-8d00-4830-992b-fa342e5d6c94`) and verify the `+perf` badge and
"Perf" tab appear in Test Generation
2026-02-08 03:21:57 -05:00
..
prisma Store instrumented performance tests in feature logging (#2330) 2026-01-29 03:09:47 -05:00
src fix: remove API keys when a user is removed from an organization (#2234) 2026-01-14 23:51:23 +02:00
.env.example dedupe and pricing changes for period 2025-03-11 04:55:40 +05:30
.eslintignore pricing dedupe and flow improve (#1511) 2025-03-11 23:29:20 +00:00
.gitignore Dashboard (#1596) 2025-05-27 19:04:13 +05:30
.npmignore Approval flow with slack interface (#1600) 2025-05-19 16:30:18 +05:30
.prettierignore consistency in formatting across ide & js projs (#1499) 2025-03-04 23:52:45 +00:00
.prettierrc consistency in formatting across ide & js projs (#1499) 2025-03-04 23:52:45 +00:00
eslint.config.mjs pricing dedupe and flow improve (#1511) 2025-03-11 23:29:20 +00:00
package-lock.json fix: display instrumented perf tests in observability timeline (#2381) 2026-02-08 03:21:57 -05:00
package.json fix: display instrumented perf tests in observability timeline (#2381) 2026-02-08 03:21:57 -05:00
tsconfig.json consistency in formatting across ide & js projs (#1499) 2025-03-04 23:52:45 +00:00
UploadSecretToKeyVault.ps1 Webapp Authentication and API Key Token generation (#36) 2023-12-03 15:25:53 -08:00