errorgroups

package
v0.0.0-...-4ba1516 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFingerprints

func GetFingerprints(projectID int, errorTraces []*privateModel.ErrorTrace) []*model.ErrorFingerprint

func GetKey

func GetKey(projectID int, errorObj *model.ErrorObject, structuredStackTrace []*privateModel.ErrorTrace) string

func IsErrorTraceFiltered

func IsErrorTraceFiltered(project model.Project, structuredStackTrace []*privateModel.ErrorTrace) bool

func IsFrameChromeExtension

func IsFrameChromeExtension(frame privateModel.ErrorTrace) bool

func IsFrameFirefoxExtension

func IsFrameFirefoxExtension(frame privateModel.ErrorTrace) bool

Types

type Buckets

type Buckets struct {
	Key      string `json:"key"`
	DocCount int    `json:"doc_count"`
}

type TagsAggregations

type TagsAggregations struct {
	Aggregations struct {
		Browser struct {
			Buckets []Buckets `json:"buckets"`
		} `json:"browser"`
		Environment struct {
			Buckets []Buckets `json:"buckets"`
		} `json:"environment"`

		OsName struct {
			Buckets []Buckets `json:"buckets"`
		} `json:"os_name"`
	} `json:"aggregations"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL