File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- import { BrowserTracing } from "@sentry/browser" ;
18
17
import i18n from "i18next" ;
19
18
import { initReactI18next } from "react-i18next" ;
20
19
import LanguageDetector from "i18next-browser-languagedetector" ;
@@ -160,10 +159,7 @@ export class Initializer {
160
159
dsn : Config . get ( ) . sentry ?. DSN ,
161
160
environment : Config . get ( ) . sentry ?. environment ,
162
161
integrations : [
163
- new BrowserTracing ( {
164
- routingInstrumentation :
165
- Sentry . reactRouterV5Instrumentation ( history ) ,
166
- } ) ,
162
+ Sentry . reactRouterV5BrowserTracingIntegration ( { history } ) ,
167
163
] ,
168
164
tracesSampleRate : 1.0 ,
169
165
} ) ;
You can’t perform that action at this time.
0 commit comments