Skip to content

Commit

Permalink
Updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 19, 2024
1 parent 238bf6d commit f97a733
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions satip/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,20 @@
import click
import pandas as pd
import sentry_sdk
import structlog

import satip
from satip import utils
from satip.constants import RSS_ID, SEVIRI_ID, SEVIRI_IODC_ID
from satip.eumetsat import EUMETSATDownloadManager

sentry_sdk.set_tag("app_name", "satellite_consumer")
sentry_sdk.set_tag("version", satip.__version__)

log = structlog.stdlib.get_logger()

#sentry
sentry_sdk.init(
dsn=os.getenv("SENTRY_DSN"),
environment=os.getenv("ENVIRONMENT", "local"),
traces_sample_rate=1
)
sentry_sdk.set_tag("app_name", "satellite_consumer")
sentry_sdk.set_tag("version", satip.__version__)

@click.command()
@click.option(
Expand Down

0 comments on commit f97a733

Please sign in to comment.