Explorar el Código

Merge pull request #1334 from porter-dev/staging

Missing stacktrace import -> production
abelanger5 hace 5 años
padre
commit
0e8c08c480
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 StackTrace from "stacktrace-js";
 import * as Sentry from "@sentry/react";
 
 export function EnableErrorHandling() {