UNPKG

@snap/camera-kit

Version:
7 lines 455 B
import { Injectable } from "@snap/ts-inject"; import { lensStateFactory } from "../../session/lensState"; import { reportGlobalException } from "./reportGlobalException"; export const reportSessionException = Injectable("reportSessionException", [reportGlobalException.token, lensStateFactory.token], (globalExceptionReporter, lensState) => { globalExceptionReporter.attachLensContext(lensState); }); //# sourceMappingURL=reportSessionException.js.map