Skip to content

Commit

Permalink
Merge pull request #8 from zimran-tech/feature/additional-configs
Browse files Browse the repository at this point in the history
made key args optional
  • Loading branch information
talgat-abdraimov authored Dec 25, 2023
2 parents a111b68 + 74d7c9e commit 43a3925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zimran/logging/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup_logger(debug: bool) -> None:
logger.add(sys.stdout, level='INFO', serialize=True)


def setup_sentry(*, dsn: str, environment: str, **kwargs) -> None:
def setup_sentry(dsn: str, environment: str, **kwargs) -> None:
try:
sample_rate = _get_sample_rate(environment)
except InvalidEnvironmentError:
Expand Down

0 comments on commit 43a3925

Please sign in to comment.