How to use the tracekit.fallback function in tracekit

To help you get started, we’ve selected a few tracekit examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Talend / ui / packages / logging / src / api / errorTransformer.js View on Github external
function report(ex) {
		try {
			TraceKit_.fallback(ex);
		} catch (e) {
			rethrowErrorHandler(ex);
		}
	}
	report.subscribe = TraceKit_.report.subscribe;

tracekit

Cross browser stack traces

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular tracekit functions