sentry v8.0.0-rc.0 Sentry.Config

This module provides the functionality for fetching configuration settings and their defaults.

Sentry supports loading config at runtime, via {:system, "SYSTEM_ENV_KEY"} tuples, where Sentry will read SYSTEM_ENV_KEY to get the config value from the system environment at runtime.

Link to this section Summary

Link to this section Functions

Link to this function

after_send_event()

Link to this function

before_send_event()

Link to this function

context_lines()

Link to this function

enable_source_code_context()

Link to this function

environment_name()

Link to this function

hackney_timeout()

Link to this function

in_app_module_whitelist()

Link to this function

included_environments()

The :included_environments config key expects a list, but if given a string, it will split the string on commas to create a list.

Link to this function

max_hackney_connections()

Link to this function

permitted_log_level_values()

Link to this function

root_source_code_path()

Link to this function

send_max_attempts()

Link to this function

source_code_exclude_patterns()

Link to this function

source_code_path_pattern()

Link to this function

validate_config!()