dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
346 stars 22 forks source link

Correctly capture class name and config name #528

Closed qianl15 closed 2 months ago

qianl15 commented 2 months ago

This PR fixes an issue where class_name and config_name were not correctly captured for transactions. Updated tests for both normal classes and configured classes.