Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ x-sentry-defaults: &sentry_defaults
SENTRY_STATSD_ADDR: "${STATSD_ADDR:-}"
volumes:
- "sentry-data:/data"
- sentry-vroom:/var/vroom/sentry-profiles
- "./sentry:/etc/sentry"
- "./geoip:/geoip:ro"
- "./certificates:/usr/local/share/ca-certificates:ro"
Expand Down
4 changes: 4 additions & 0 deletions sentry/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ releasefile.cache-path: '/data/releasefile-cache'
# secret_key: 'XXXXXXX'
# bucket_name: 's3-bucket-name'

filestore.profiles-backend: 'filesystem'
filestore.profiles-options:
location: '/var/vroom/sentry-profiles'

symbolicator.enabled: true
symbolicator.options:
url: "http://symbolicator:3021"
Expand Down