MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / _setup_sentry

Method _setup_sentry

scripts/cron_wrapper.py:42–43  ·  view source on GitHub ↗
(self, dsn)

Source from the content-addressed store, hash-verified

40 )
41
42 def _setup_sentry(self, dsn):
43 sentry_sdk.init(dsn=dsn, traces_sample_rate=1.0) # Configure?
44
45
46def main(args):

Callers 1

__init__Method · 0.95

Calls 1

initMethod · 0.45

Tested by

no test coverage detected