sentry v6.4.2 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
Functions
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 section Functions
Link to this function
after_send_event()
Link to this function
before_send_event()
Link to this function
client()
Link to this function
context_lines()
Link to this function
dsn()
Link to this function
enable_source_code_context()
Link to this function
environment_name()
Link to this function
filter()
Link to this function
hackney_opts()
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
release()
Link to this function
report_deps()
Link to this function
root_source_code_path()
Link to this function
sample_rate()
Link to this function
server_name()
Link to this function
source_code_exclude_patterns()
Link to this function
source_code_path_pattern()
Link to this function
tags()
Link to this function
validate_config!()