serverless-plugin-datadog 5.49.0 → 5.50.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +1 -1
- package/dist/src/env.d.ts +0 -0
- package/dist/src/env.d.ts.map +0 -0
- package/dist/src/env.js +0 -0
- package/dist/src/env.js.map +0 -0
- package/dist/src/forwarder.d.ts +0 -0
- package/dist/src/forwarder.d.ts.map +0 -0
- package/dist/src/forwarder.js +0 -0
- package/dist/src/forwarder.js.map +0 -0
- package/dist/src/git.d.ts +0 -0
- package/dist/src/git.d.ts.map +0 -0
- package/dist/src/git.js +0 -0
- package/dist/src/git.js.map +0 -0
- package/dist/src/index.d.ts +0 -0
- package/dist/src/index.d.ts.map +0 -0
- package/dist/src/index.js +0 -0
- package/dist/src/index.js.map +0 -0
- package/dist/src/layer.d.ts +0 -0
- package/dist/src/layer.d.ts.map +0 -0
- package/dist/src/layer.js +0 -0
- package/dist/src/layer.js.map +0 -0
- package/dist/src/layers-gov.json +40 -40
- package/dist/src/layers.json +540 -540
- package/dist/src/monitor-api-requests.d.ts +0 -0
- package/dist/src/monitor-api-requests.d.ts.map +0 -0
- package/dist/src/monitor-api-requests.js +0 -0
- package/dist/src/monitor-api-requests.js.map +0 -0
- package/dist/src/monitors.d.ts +0 -0
- package/dist/src/monitors.d.ts.map +0 -0
- package/dist/src/monitors.js +0 -0
- package/dist/src/monitors.js.map +0 -0
- package/dist/src/output.d.ts +0 -0
- package/dist/src/output.d.ts.map +0 -0
- package/dist/src/output.js +0 -0
- package/dist/src/output.js.map +0 -0
- package/dist/src/serverless_monitors.d.ts +0 -0
- package/dist/src/serverless_monitors.d.ts.map +0 -0
- package/dist/src/serverless_monitors.js +0 -0
- package/dist/src/serverless_monitors.js.map +0 -0
- package/dist/src/span-link.d.ts +0 -0
- package/dist/src/span-link.d.ts.map +0 -0
- package/dist/src/span-link.js +0 -0
- package/dist/src/span-link.js.map +0 -0
- package/dist/src/step-functions-helper.d.ts +0 -0
- package/dist/src/step-functions-helper.d.ts.map +0 -0
- package/dist/src/step-functions-helper.js +0 -0
- package/dist/src/step-functions-helper.js.map +0 -0
- package/dist/src/tracing.d.ts +0 -0
- package/dist/src/tracing.d.ts.map +0 -0
- package/dist/src/tracing.js +0 -0
- package/dist/src/tracing.js.map +0 -0
- package/dist/src/wrapper.d.ts +0 -0
- package/dist/src/wrapper.d.ts.map +0 -0
- package/dist/src/wrapper.js +0 -0
- package/dist/src/wrapper.js.map +0 -0
- package/package.json +1 -1
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/dist/src/monitors.d.ts
CHANGED
File without changes
|
File without changes
|
package/dist/src/monitors.js
CHANGED
File without changes
|
package/dist/src/monitors.js.map
CHANGED
File without changes
|
package/dist/src/output.d.ts
CHANGED
File without changes
|
package/dist/src/output.d.ts.map
CHANGED
File without changes
|
package/dist/src/output.js
CHANGED
File without changes
|
package/dist/src/output.js.map
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/dist/src/span-link.d.ts
CHANGED
File without changes
|
File without changes
|
package/dist/src/span-link.js
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
package/dist/src/tracing.d.ts
CHANGED
File without changes
|
File without changes
|
package/dist/src/tracing.js
CHANGED
File without changes
|
package/dist/src/tracing.js.map
CHANGED
File without changes
|
package/dist/src/wrapper.d.ts
CHANGED
File without changes
|
File without changes
|
package/dist/src/wrapper.js
CHANGED
File without changes
|
package/dist/src/wrapper.js.map
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.50.0",
|
4
4
|
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"repository": "https://github.com/DataDog/serverless-plugin-datadog",
|