Raygun.Util

This module contains utility functions for formatting particular pieces of stacktrace data into strings.

Source

Summary

file_from(list1)

Given stacktrace information, get the file name

function_and_arity(function, arity)

Given a function name (atom) and arity (number), return a string in the form func_name/2

line_from(list1)

Given stacktrace information, get the line number

mod_for(module)

Return the module name as a string (binary)

Functions

file_from(list1)

Given stacktrace information, get the file name.

Source
function_and_arity(function, arity)

Given a function name (atom) and arity (number), return a string in the form func_name/2.

Source
line_from(list1)

Given stacktrace information, get the line number.

Source
mod_for(module)

Return the module name as a string (binary).

Source