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(),