Skip to content

Commit

Permalink
refactor: move import from faro-web-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbento committed Jan 7, 2025
1 parent 8d9b5e8 commit d74230a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SpanStatusCode, Tracer } from '@opentelemetry/api';

import { EVENT_ROUTE_CHANGE } from '@grafana/faro-web-sdk';
import { EVENT_ROUTE_CHANGE } from '@grafana/faro-core';

import { api, internalLogger } from './dependencies';
import { NavigationContainer, NavigationState, ROUTE_CHANGE_TIMEOUT_MS, SPAN_ATTRIBUTES, SPAN_NAME } from './types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BaseInstrumentation, VERSION } from '@grafana/faro-web-sdk';
import { BaseInstrumentation, VERSION } from '@grafana/faro-core';

import { setDependencies } from './dependencies';
import { metaPage } from './metaPage';
Expand Down

0 comments on commit d74230a

Please sign in to comment.