Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
SymbolicatorFailureAttributeKey string `mapstructure:"symbolicator_failure_attribute_key"`
SymbolicatorErrorAttributeKey string `mapstructure:"symbolicator_error_attribute_key"`
SymbolicatorParsingMethodAttributeKey string `mapstructure:"symbolicator_parsing_method_attribute_key"`
ColumnsAttributeKey string `mapstructure:"columns_attribute_key"`
FunctionsAttributeKey string `mapstructure:"functions_attribute_key"`
LinesAttributeKey string `mapstructure:"lines_attribute_key"`
UrlsAttributeKey string `mapstructure:"urls_attribute_key"`
StackTraceAttributeKey string `mapstructure:"stack_trace_attribute_key"`
ExceptionTypeAttributeKey string `mapstructure:"exception_type_attribute_key"`
ExceptionMessageAttributeKey string `mapstructure:"exception_message_attribute_key"`
PreserveStackTrace bool `mapstructure:"preserve_stack_trace"`
OriginalStackTraceAttributeKey string `mapstructure:"original_stack_trace_attribute_key"`
OriginalColumnsAttributeKey string `mapstructure:"original_columns_attribute_key"`
OriginalFunctionsAttributeKey string `mapstructure:"original_functions_attribute_key"`
OriginalLinesAttributeKey string `mapstructure:"original_lines_attribute_key"`
OriginalUrlsAttributeKey string `mapstructure:"original_urls_attribute_key"`
BuildUUIDAttributeKey string `mapstructure:"build_uuid_attribute_key"`
IOSBuildUUIDAttributeKey string `mapstructure:"ios_build_uuid_attribute_key"`
AppExecutableAttributeKey string `mapstructure:"app_executable_attribute_key"`
ProguardUUIDAttributeKey string `mapstructure:"proguard_uuid_attribute_key"`
SourceMapStoreKey string `mapstructure:"source_map_store"`
LocalSourceMaps LocalSourceMapsConfig `mapstructure:"local_source_maps"`
S3SourceMaps S3SourceMapsConfig `mapstructure:"s3_source_maps"`
GCSSourceMaps GCSSourceMapsConfig `mapstructure:"gcs_source_maps"`
Timeout time.Duration `mapstructure:"timeout"`
SourceMapCacheSize int `mapstructure:"source_map_cache_size"`
CacheDir string `mapstructure:"cache_dir"`
CacheMaxMB int `mapstructure:"cache_max_mb"`
CacheMaxDiskPct int `mapstructure:"cache_max_disk_pct"`
DartDefaultArch string `mapstructure:"dart_default_arch"`
IOSDefaultArch string `mapstructure:"ios_default_arch"`
LanguageAttributeKey string `mapstructure:"language_attribute_key"`
AllowedLanguages []string `mapstructure:"allowed_languages"`
Parser string `mapstructure:"parser"`
}
type GCSSourceMapsConfig ¶
type LocalSourceMapsConfig ¶
type LocalSourceMapsConfig struct {
Path string `mapstructure:"path"`
}
type S3SourceMapsConfig ¶
Click to show internal directories.
Click to hide internal directories.