@snap/camera-kit
Version:
Camera Kit Web
7 lines • 455 B
JavaScript
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