Sentry.Config (sentry v8.0.4) View Source

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

enable_source_code_context()

View Source
Link to this function

in_app_module_whitelist()

View Source

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()

View Source
Link to this function

permitted_log_level_values()

View Source
This function is deprecated. Use root_source_code_paths/0 instead.
Link to this function

root_source_code_paths()

View Source
Link to this function

source_code_exclude_patterns()

View Source
Link to this function

source_code_path_pattern()

View Source