@snap/camera-kit
Version:
Camera Kit Web
7 lines • 477 B
JavaScript
import { Injectable } from "../../dependency-injection/Injectable";
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