diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 706527a804..c54ee4494c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: pull_request: branches: [main] schedule: - - cron: "0 0 * * *" # runs at 00:00 UTC every day + - cron: "0 8 * * *" # runs at 08:00 UTC every day workflow_dispatch: inputs: hub: diff --git a/ultralytics/utils/__init__.py b/ultralytics/utils/__init__.py index 81d2978165..a7ab5d905c 100644 --- a/ultralytics/utils/__init__.py +++ b/ultralytics/utils/__init__.py @@ -1030,6 +1030,7 @@ def set_sentry(): sentry_sdk.init( dsn="https://888e5a0778212e1d0314c37d4b9aae5d@o4504521589325824.ingest.us.sentry.io/4504521592406016", debug=False, + auto_enabling_integrations=False, traces_sample_rate=1.0, release=__version__, environment="production", # 'dev' or 'production'