File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/instrumentation-browser-navigation/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717import { InstrumentationBase , isWrapped } from '@opentelemetry/instrumentation' ;
18- import { LogRecord } from '@opentelemetry/api-logs' ;
18+ import type { LogRecord } from '@opentelemetry/api-logs' ;
1919import { ATTR_URL_FULL } from '@opentelemetry/semantic-conventions' ;
2020import { PACKAGE_NAME , PACKAGE_VERSION } from './version' ;
2121import {
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616import { InstrumentationConfig } from '@opentelemetry/instrumentation' ;
17- import { LogRecord } from '@opentelemetry/api-logs' ;
17+ import type { LogRecord } from '@opentelemetry/api-logs' ;
1818
1919/**
2020 * BrowserNavigationInstrumentationConfig
You can’t perform that action at this time.
0 commit comments