Skip to content

Commit 4790096

Browse files
committed
import LogRecord as type
1 parent ab0b727 commit 4790096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/instrumentation-browser-navigation/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
import { InstrumentationBase, isWrapped } from '@opentelemetry/instrumentation';
18-
import { LogRecord } from '@opentelemetry/api-logs';
18+
import type { LogRecord } from '@opentelemetry/api-logs';
1919
import { ATTR_URL_FULL } from '@opentelemetry/semantic-conventions';
2020
import { PACKAGE_NAME, PACKAGE_VERSION } from './version';
2121
import {

packages/instrumentation-browser-navigation/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
import { InstrumentationConfig } from '@opentelemetry/instrumentation';
17-
import { LogRecord } from '@opentelemetry/api-logs';
17+
import type { LogRecord } from '@opentelemetry/api-logs';
1818

1919
/**
2020
* BrowserNavigationInstrumentationConfig

0 commit comments

Comments
 (0)