lumigo-io / lumigo-cdk-constructs

Home to the Lumigo constructs for the AWS Cloud Development Kit (AWS CDK)
Apache License 2.0
7 stars 1 forks source link

feat: show better errors when passing wrong contructs to Lumigo.trace* #17

Closed mmanciop closed 1 year ago

mmanciop commented 1 year ago

Add type assertions to the Lumigo.trace* methods that throw error messages with helpful suggestions when typescript type validation is missing (e.g., using CDK with plain JS) or coerced.

Closes #16