1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/main/start-main-application/runnables/sentry/initialize-on-main.global-override-for-injectable.ts
Sebastian Malton 83334fe5bf Cleanup sentry init runnable
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-09-15 09:43:30 -04:00

10 lines
400 B
TypeScript

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
import { getGlobalOverride } from "../../../../common/test-utils/get-global-override";
import initializeSentryOnMainInjectable from "./initialize-on-main.injectable";
export default getGlobalOverride(initializeSentryOnMainInjectable, () => () => {});