mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix *.init() is undefined exception
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
749c0e428b
commit
728774a3c2
@ -60,7 +60,7 @@ import { WeblinkStore } from "../common/weblink-store";
|
||||
import { ExtensionsStore } from "../extensions/extensions-store";
|
||||
import { FilesystemProvisionerStore } from "./extension-filesystem";
|
||||
import { CaptureConsole, Dedupe, Offline } from "@sentry/integrations";
|
||||
import Sentry from "@sentry/electron/dist/main";
|
||||
import * as Sentry from "@sentry/electron/dist/main";
|
||||
|
||||
Sentry.init({
|
||||
dsn,
|
||||
|
||||
@ -38,7 +38,7 @@ import { IpcRendererNavigationEvents } from "./navigation/events";
|
||||
import { catalogEntityRegistry } from "./api/catalog-entity-registry";
|
||||
import { dsn, isProduction } from "../common/vars";
|
||||
import { CaptureConsole, Dedupe, Offline } from "@sentry/integrations";
|
||||
import Sentry from "@sentry/electron/dist/renderer";
|
||||
import * as Sentry from "@sentry/electron/dist/renderer";
|
||||
|
||||
Sentry.init({
|
||||
dsn,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user