aws-xray-ts-decorator:使用优雅的装饰器使用AWS X-Ray来检测您的Typescript代码

时间:2024-06-05 22:52:25
【文件属性】:

文件名称:aws-xray-ts-decorator:使用优雅的装饰器使用AWS X-Ray来检测您的Typescript代码

文件大小:69KB

文件格式:ZIP

更新时间:2024-06-05 22:52:25

javascript aws cloud typescript ts

AWS X-Ray Typescript装饰器 厌倦了使用AWSXRay.captureAsyncFunc和/或AWSXRay.capturePromise污染您的方法主体吗? 用这个简单而优雅的装饰器来检测您的类异步方法和Promises。 安装 yarn add aws-xray-ts-decorator 或使用NPM npm install aws-xray-ts-decorator --save 用法 class MyTestClass { // All of these arguments are optional @XRayInstrumented ({ segmentName : " customSegmentName " , // by default it's name of called function metadata : { // A


【文件预览】:
aws-xray-ts-decorator-master
----package.json(1KB)
----test()
--------index.test.ts(2KB)
----jest.config.js(109B)
----LICENSE(1KB)
----CONTRIBUTING.md(852B)
----src()
--------library.ts(3KB)
----tsconfig.json(462B)
----examples()
--------index.ts(1KB)
----.gitignore(109B)
----README.md(2KB)
----yarn.lock(156KB)
----.editorconfig(211B)
----.gitattributes(32B)

网友评论