Documentation ¶
Overview ¶
totally stolen from https://github.com/stvp/rollbar/blob/master/stack.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack []*Frame
func BuildStack ¶
func (Stack) Fingerprint ¶
Create a fingerprint that uniquely identify a given message. We use the full callstack, including file names. That ensure that there are no false duplicates but also means that after changing the code (adding/removing lines), the fingerprints will change. It's a trade-off.
Click to show internal directories.
Click to hide internal directories.