UNPKG

@snap/camera-kit

Version:
7 lines 477 B
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