mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Add sample rate to sentry config
This commit is contained in:
parent
0553fa041b
commit
ac89d60808
@ -228,7 +228,8 @@ config :sentry,
|
||||
tags: %{app_version: app_version},
|
||||
enable_source_code_context: true,
|
||||
root_source_code_path: [File.cwd!()],
|
||||
hackney_pool_max_connections: get_int_from_path_or_env(config_dir, "SENTRY_POOL_SIZE", 50)
|
||||
hackney_pool_max_connections: get_int_from_path_or_env(config_dir, "SENTRY_POOL_SIZE", 50),
|
||||
sample_rate: 1.0
|
||||
|
||||
config :logger, Sentry.LoggerBackend,
|
||||
capture_log_messages: true,
|
||||
|
Loading…
Reference in New Issue
Block a user