Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Sentry #229

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Configure Sentry #229

merged 1 commit into from
Oct 22, 2024

Conversation

Lorenzovagliano
Copy link
Collaborator

@Lorenzovagliano Lorenzovagliano commented Oct 14, 2024

Added sentry as a dependency.

Issue #368 (cern-sis/issues-scoap3#368)

@Lorenzovagliano Lorenzovagliano force-pushed the Sentry-setup branch 16 times, most recently from 619c614 to 0e4b789 Compare October 21, 2024 14:17
@@ -135,6 +135,8 @@ def _differential_pull(
sftp_files = s_ftp.list_files(excluded_directories=excluded_directories)
s3_files = repo.get_all_raw_filenames()
diff_files = list(filter(lambda x: x not in s3_files, sftp_files))
logger.msg("Differential")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove logs

@@ -86,4 +99,4 @@ def test_pull_from_sftp(iop_empty_repo):
"2022-09-24T03_01_43_content.zip",
"aca95c.zip",
]
)
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove time imports and EOF line

Added sentry as a dependency.
@pamfilos pamfilos merged commit 900a0b6 into cern-sis:main Oct 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants