Parcourir la source

Merge pull request #1328 from porter-dev/master

Fix stacktrace import -> staging
abelanger5 il y a 4 ans
Parent
commit
140864b357
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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() {