Skip to content

Commit 1812e7b

Browse files
committed
remove unneeded info
1 parent e1b298f commit 1812e7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • .claude/skills/add-apm-integrations

.claude/skills/add-apm-integrations/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ pattern before writing new code. Use it as a template.
6969
`DD_TRACE_COUCHBASE_3_ENABLED`). Add a `"type": "boolean"` entry, in alphabetical order, with
7070
aliases `DD_TRACE_INTEGRATION_<NAME>_ENABLED` and `DD_INTEGRATION_<NAME>_ENABLED`. Set `default`
7171
to the module's real default — `"true"`, or `"false"` if it overrides `defaultEnabled()` (e.g.
72-
OpenTelemetry, Hazelcast); the task won't catch a wrong default, but it ships misleading
73-
metadata. Declaring several names (`super("a", "b")`) means one entry each.
72+
OpenTelemetry, Hazelcast). Declaring several names (`super("a", "b")`) means one entry each.
7473

7574
## Step 5 – Write the InstrumenterModule
7675

0 commit comments

Comments
 (0)