Feature request: (non-experimental-decorator) tracer.captureMethod #3085
Labels
discussing
The issue needs to be discussed, elaborated, or refined
feature-request
This item refers to a feature request for an existing or new utility
need-customer-feedback
Requires more customers feedback before making or revisiting a decision
revisit-in-3-months
Blocked issues/PRs that need to be revisited
Use case
We use Tracers functionality to capture class methods using decorators as described in the docs.
Typescript 5.0+ has official (non experimental) support for decorators.
However as soon as we remove the tsconfig.json flag
experimentalDecorators
(or set it to false) we get compile errors:Solution/User Experience
It would be great if we have support for non experimental decorators so we can remove outdated decorators functionality.
Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: