We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2d78c commit b75406dCopy full SHA for b75406d
1 file changed
codecov_cli/opentelemetry.py
@@ -13,8 +13,6 @@ def init_telem(ctx):
13
return
14
if os.getenv("CODECOV_ENV", "production") == "test":
15
16
- if os.getenv('CODECOV_ENV', 'production') == 'test':
17
- return
18
19
sentry_sdk.init(
20
dsn="https://0bea75c61745c221a6ef1ac1709b1f4d@o26192.ingest.us.sentry.io/4508615876083713",
0 commit comments