Add Sentry DSN to .env.example and use computer name as environment
This commit is contained in:
8
tests/conftest.py
Normal file
8
tests/conftest.py
Normal file
@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
|
||||
def pytest_configure() -> None:
|
||||
"""Ignore Sentry when running tests."""
|
||||
os.environ["SENTRY_DSN"] = ""
|
Reference in New Issue
Block a user