package
Version:
v1.10.1
Opens a new window with list of versions in this module.
Published: Jun 14, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Run sets up sentry, runs your func and then tears down sentry
Setup will initialize the sentry client and return a cleanup func to be used in a defer.Setup
Example:
f, e := sentry.Setup("...", "...")
if e != nil { ... }
defer f()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.