Просмотр исходного кода

Merge pull request #1328 from porter-dev/master

Fix stacktrace import -> staging
abelanger5 4 лет назад
Родитель
Сommit
140864b357
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/shared/error_handling/window_error_handling.ts

+ 1 - 0
dashboard/src/shared/error_handling/window_error_handling.ts

@@ -1,4 +1,5 @@
 import { stackFramesToString } from "./stack_trace_utils";
 import { stackFramesToString } from "./stack_trace_utils";
+import StackTrace from "stacktrace-js";
 import * as Sentry from "@sentry/react";
 import * as Sentry from "@sentry/react";
 
 
 export function EnableErrorHandling() {
 export function EnableErrorHandling() {