Skip to content

Commit

Permalink
remove git release info
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Apr 22, 2024
1 parent 992f89e commit 5ab1d83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ gunicorn = "*"
uritemplate = "*"
psycopg = {extras = ["binary"], version = "*"}
sentry-sdk = {extras = ["django"], version = "*"}
gitpython = "*"

[dev-packages]
pylint = "*"
Expand Down
27 changes: 1 addition & 26 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions sibyl/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import os
from pathlib import Path
from django.core.management.utils import get_random_secret_key
from git import Repo
import dj_database_url
import sentry_sdk

Expand Down Expand Up @@ -171,6 +170,5 @@
# We recommend adjusting this value in production.
profiles_sample_rate=1.0,
enable_tracing=True,
environment=os.getenv("ENV"),
release=Repo(search_parent_directories=True).head.object.hexsha
environment=os.getenv("ENV")
)

0 comments on commit 5ab1d83

Please sign in to comment.