We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59b196 commit 64576c4Copy full SHA for 64576c4
.github/workflows/lint.yml
@@ -19,8 +19,4 @@ jobs:
19
node-version: 18
20
cache: npm
21
- run: npm ci --ignore-scripts
22
- - name: Compile
23
- run: npm run compile
24
- - name: Lint
25
- run: |
26
- npm run lint
+ - run: npm run lint
packages/instrumentation-browser-navigation/src/instrumentation.ts
@@ -17,6 +17,7 @@
17
import { InstrumentationBase, isWrapped } from '@opentelemetry/instrumentation';
18
import type { LogRecord } from '@opentelemetry/api-logs';
import { ATTR_URL_FULL } from '@opentelemetry/semantic-conventions';
+/** @knipignore */
import { PACKAGE_NAME, PACKAGE_VERSION } from './version';
import {
BrowserNavigationInstrumentationConfig,
0 commit comments