mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-25 15:22:43 +00:00
16 lines
592 B
YAML
16 lines
592 B
YAML
# See: https://getsentry.github.io/symbolicator/#configuration
|
|
cache_dir: "/data"
|
|
bind: "0.0.0.0:3021"
|
|
logging:
|
|
level: "warn"
|
|
metrics:
|
|
statsd: null
|
|
sentry_dsn: null # TODO: Automatically fill this with the internal project DSN
|
|
|
|
# If you have statsd server, you can utilize that to monitor self-hosted Symbolicator.
|
|
# To start, uncomment the following line and adjust the options as needed.
|
|
#
|
|
# metrics:
|
|
# statsd: "100.100.123.123:8125" # It is recommended to use IP address instead of domain name
|
|
# prefix: "sentry.symbolicator" # Adjust this to your needs, default is "symbolicator"
|