@platformatic/telemetry
Advanced tools
Comparing version 0.38.0 to 0.38.1
@@ -52,8 +52,5 @@ 'use strict' | ||
method: { | ||
type: 'array', | ||
description: 'An array of HTTP methods to skip. If not specified, all methods will be skipped.', | ||
items: { | ||
type: 'string', | ||
enum: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS'] | ||
} | ||
description: 'HTTP method to skip', | ||
type: 'string', | ||
enum: ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS'] | ||
} | ||
@@ -60,0 +57,0 @@ } |
{ | ||
"name": "@platformatic/telemetry", | ||
"version": "0.38.0", | ||
"version": "0.38.1", | ||
"description": "OpenTelemetry integration for Platformatic", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
54050
1170