Skip to content

Commit 7024a8b

Browse files
authored
bugfix: remove name/config as required in ExperimentalTracerMatcherAndConfig (#308)
Fixes #305 Signed-off-by: alex boten <[email protected]>
1 parent 8e5169a commit 7024a8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

schema/tracer_provider.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,7 @@
262262
"config": {
263263
"$ref": "#/$defs/ExperimentalTracerConfig"
264264
}
265-
},
266-
"required": [
267-
"name",
268-
"config"
269-
]
265+
}
270266
},
271267
"ExperimentalTracerConfig": {
272268
"type": ["object"],

0 commit comments

Comments
 (0)