Skip to content

Commit 004e248

Browse files
authored
Merge pull request #99 from nipreps/maint/sentry-crud
chore: remove missed sentry components
2 parents e41983e + 1b83386 commit 004e248

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-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: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12
2+
# uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12 --python-platform linux
33
acres==0.3.0
44
# via
55
# petprep (pyproject.toml)
@@ -64,7 +64,9 @@ contourpy==1.3.1
6464
# bokeh
6565
# matplotlib
6666
cryptography==44.0.2
67-
# via jwcrypto
67+
# via
68+
# jwcrypto
69+
# secretstorage
6870
cycler==0.12.1
6971
# via matplotlib
7072
datalad==1.1.5
@@ -96,6 +98,8 @@ frozendict==2.4.6
9698
# via pybids
9799
fsspec==2025.2.0
98100
# via universal-pathlib
101+
greenlet==3.2.4
102+
# via sqlalchemy
99103
h11==0.14.0
100104
# via httpcore
101105
h5py==3.13.0
@@ -133,6 +137,10 @@ jaraco-context==6.0.1
133137
# keyrings-alt
134138
jaraco-functools==4.1.0
135139
# via keyring
140+
jeepney==0.9.0
141+
# via
142+
# keyring
143+
# secretstorage
136144
jinja2==3.1.6
137145
# via
138146
# bokeh
@@ -422,8 +430,6 @@ seaborn==0.13.2
422430
# niworkflows
423431
secretstorage==3.3.3
424432
# via keyring
425-
sentry-sdk==2.22.0
426-
# via petprep (pyproject.toml)
427433
shellingham==1.5.4
428434
# via typer
429435
simplejson==3.20.1

0 commit comments

Comments
 (0)