Skip to content

Commit

Permalink
service name added
Browse files Browse the repository at this point in the history
  • Loading branch information
eliska-n committed Aug 21, 2023
1 parent e8ad5f4 commit b8508e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/sentry/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SentryService(asab.Service):
"""

def __init__(self, app, service_name: str):
def __init__(self, app, service_name: str = "asab.SentryService"):
super().__init__(app, service_name)


Expand Down

0 comments on commit b8508e3

Please sign in to comment.