Skip to content

Commit

Permalink
Fixes #261
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jan 30, 2024
1 parent 1ac67d9 commit 36aa2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aldryn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def sentry_settings(self, settings, env):
debug=settings['DEBUG'],
release=env('GIT_COMMIT', 'develop'),
environment=env('STAGE', 'local'),
enable_tracing=True,
)

def storage_settings_for_media(self, settings, env):
Expand Down

0 comments on commit 36aa2c1

Please sign in to comment.