Use sentry in all environments

It still is optional though
This commit is contained in:
Sonny Bakker 2021-04-25 12:15:02 +02:00
parent db5780f9f1
commit fee2a4f17b
8 changed files with 77 additions and 13 deletions

View file

@ -5,6 +5,6 @@ RUN pip install poetry
WORKDIR /app
COPY poetry.lock pyproject.toml /app/
RUN poetry config virtualenvs.create false && poetry install --no-interaction
RUN poetry config virtualenvs.create false && poetry install --no-interaction --extras sentry
COPY . /app/