Skip to content

Commit b75406d

Browse files
fix: remove dup line from opentelemetry (#621)
1 parent ac2d78c commit b75406d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

codecov_cli/opentelemetry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ def init_telem(ctx):
1313
return
1414
if os.getenv("CODECOV_ENV", "production") == "test":
1515
return
16-
if os.getenv('CODECOV_ENV', 'production') == 'test':
17-
return
1816

1917
sentry_sdk.init(
2018
dsn="https://0bea75c61745c221a6ef1ac1709b1f4d@o26192.ingest.us.sentry.io/4508615876083713",

0 commit comments

Comments
 (0)