Commit a67e46b
fix(node): Restore eslint-disable in vendored tedious instrumentation
The "Streamline tedious instrumentation" refactor (#21598) dropped the
`/* eslint-disable */` directive from the vendored instrumentation file
while keeping its imports of the deprecated semconv constants
(`ATTR_DB_SYSTEM`, `ATTR_DB_NAME`, etc.). Without the directive, the
`typescript-eslint(no-deprecated)` rule fires on every usage, breaking
the Lint CI job.
Restore the directive after the header block, matching the documented
vendoring convention and every other vendored instrumentation file
(mysql, knex, postgres, hapi, mongo).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7a89e6c commit a67e46b
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments