Quellcode durchsuchen

Merge pull request #1334 from porter-dev/staging

Missing stacktrace import -> production
abelanger5 vor 4 Jahren
Ursprung
Commit
0e8c08c480
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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() {