Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
def
main(args):
Callers
1
__init__
Method · 0.95
Calls
1
init
Method · 0.45
Tested by
no test coverage detected