Skip to content

Commit

Permalink
fix(reporting): Refactored Sentry configuration method
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Jul 15, 2024
1 parent 02c2ba8 commit 88033da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbmi_client/reporting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sentry_sdk
from furl import furl

def config(service, sentry_dsn=None, sentry_trace_rate=0.0, sentry_profile_rate=0.0):
def sentry(sentry_dsn, sentry_trace_rate=0.0, sentry_profile_rate=0.0):

def filter_transactions(event, hint):
parsed_url = furl(event["request"]["url"])
Expand Down

0 comments on commit 88033da

Please sign in to comment.