Package airbrake

Examples of airbrake.AirbrakeNotice


        final Map<String, Object> session = new HashMap<String, Object>();
        final Map<String, Object> environment = new HashMap<String, Object>();
        final List<String> environmentFilters = new ArrayList<String>();
       
        // todo: figure out the right values for projectRoot, hasRequest, and component.
        return new AirbrakeNotice(
                apiKey,
                "projectRoot",
                env,
                throwable.getMessage(),
                throwable.getClassName(),
View Full Code Here

TOP

Related Classes of airbrake.AirbrakeNotice

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.