Skip to content

Commit 49d8576

Browse files
committed
chore: remove missed sentry components
1 parent f76d249 commit 49d8576

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

petprep/cli/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,9 +750,9 @@ def parse_args(args=None, namespace=None):
750750
if not config.execution.notrack:
751751
import importlib.util
752752

753-
if importlib.util.find_spec('sentry_sdk') is None:
753+
if importlib.util.find_spec('migas') is None:
754754
config.execution.notrack = True
755-
config.loggers.cli.warning('Telemetry disabled because sentry_sdk is not installed.')
755+
config.loggers.cli.warning('Telemetry disabled because migas is not installed.')
756756
else:
757757
config.loggers.cli.info(
758758
'Telemetry system to collect crashes and errors is enabled '

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,6 @@ seaborn==0.13.2
420420
# via
421421
# nireports
422422
# niworkflows
423-
secretstorage==3.3.3
424-
# via keyring
425-
sentry-sdk==2.22.0
426-
# via petprep (pyproject.toml)
427423
shellingham==1.5.4
428424
# via typer
429425
simplejson==3.20.1

0 commit comments

Comments
 (0)