View Source Sentry.Config (sentry v8.1.0)
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
in_app_module_whitelist()
deprecated
The :included_environments
config key expects a list, but if given a string, it will split the string on commas to create a list.
root_source_code_path()
deprecated
Link to this section Functions
This function is deprecated. Use Sentry.Config.in_app_module_allow_list/0 instead..
The :included_environments
config key expects a list, but if given a string, it will split the string on commas to create a list.
This function is deprecated. Use root_source_code_paths/0 instead.