File tree Expand file tree Collapse file tree
packages/astro/src/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { RouteProvider } from '@sentry/core/ browser' ;
1+ import type { RouteProvider } from '@sentry/browser' ;
22import { WINDOW } from '@sentry/browser' ;
33
44/**
Original file line number Diff line number Diff line change 11import type { BrowserOptions } from '@sentry/browser' ;
2- import { getDefaultIntegrations as getBrowserDefaultIntegrations , init as initBrowserSdk } from '@sentry/browser' ;
2+ import {
3+ getDefaultIntegrations as getBrowserDefaultIntegrations ,
4+ init as initBrowserSdk ,
5+ setRouteProvider ,
6+ } from '@sentry/browser' ;
37import type { Client , Integration } from '@sentry/core' ;
48import { applySdkMetadata } from '@sentry/core' ;
5- import { setRouteProvider } from '@sentry/core/browser' ;
69import { browserTracingIntegration } from './browserTracingIntegration' ;
710import { createAstroRouteProvider } from './routeProvider' ;
811
You can’t perform that action at this time.
0 commit comments