Skip to content

Commit d4989a3

Browse files
committed
remove unneeded config
1 parent e1f1568 commit d4989a3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/instrumentation-list.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8293,12 +8293,6 @@ libraries:
82938293
javaagent:
82948294
- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:[1.3.9,)
82958295
- org.jetbrains.kotlinx:kotlinx-coroutines-core:[1.0.0,1.3.8)
8296-
configurations:
8297-
- name: otel.instrumentation.kotlinx-coroutines.check-class
8298-
description: |
8299-
Enables bytecode verification with ASM CheckClassAdapter for debugging transformed classes.
8300-
type: boolean
8301-
default: false
83028296
- name: kotlinx-coroutines-flow-1.3
83038297
display_name: Kotlin Coroutines Flow
83048298
description: |

instrumentation/kotlinx-coroutines/kotlinx-coroutines-1.0/metadata.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@ display_name: Kotlin Coroutines
55
features:
66
- CONTEXT_PROPAGATION
77
library_link: https://github.com/Kotlin/kotlinx.coroutines
8-
configurations:
9-
- name: otel.instrumentation.kotlinx-coroutines.check-class
10-
description: >
11-
Enables bytecode verification with ASM CheckClassAdapter for debugging transformed classes.
12-
type: boolean
13-
default: false

0 commit comments

Comments
 (0)