Add experimentScoreMiddleware() that adds step.score()#1451
Add experimentScoreMiddleware() that adds step.score()#1451jpwilliams wants to merge 1 commit intomainfrom
experimentScoreMiddleware() that adds step.score()#1451Conversation
|
|
A user has added the prerelease/inngest label, so this PR will be published to npm with the tag You can install this prerelease version with: npm install inngest@pr-1451The last release was built and published from 4fdafe0. |
Summary
Adds
experimentalScoreMiddleware()which gives access tostep.score(), allowing us to start testing scoring with experimentation dashboards.Temporal scoring can be dogfooded using some grim code:
Checklist
Added a docs PR that references this PRN/A ExperimentAdded unit/integration testsN/A Experiment