reporting

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Disable

func Disable()

Disable turns off crash reporting previously enabled by Enable()

func Enable

func Enable(ctx context.Context, appName, appVersion string)

Enable turns on crash reporting if the running processes panics inside a crash.Go block.

func ReportMinidump

func ReportMinidump(r Reporter, minidumpName string, minidumpData []byte) (string, error)

ReportMinidump encodes and sends a minidump report to the crashURL endpoint.

Types

type Reporter

type Reporter struct {
	AppName    string
	AppVersion string
	OSName     string
	OSVersion  string
}

Reporter stores the common information sent in a crash report.

Jump to

Keyboard shortcuts

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