We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b298f commit 1812e7bCopy full SHA for 1812e7b
1 file changed
.claude/skills/add-apm-integrations/SKILL.md
@@ -69,8 +69,7 @@ pattern before writing new code. Use it as a template.
69
`DD_TRACE_COUCHBASE_3_ENABLED`). Add a `"type": "boolean"` entry, in alphabetical order, with
70
aliases `DD_TRACE_INTEGRATION_<NAME>_ENABLED` and `DD_INTEGRATION_<NAME>_ENABLED`. Set `default`
71
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.
+ OpenTelemetry, Hazelcast). Declaring several names (`super("a", "b")`) means one entry each.
74
75
## Step 5 – Write the InstrumenterModule
76
0 commit comments