We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init()
1 parent 486d733 commit 5771f3eCopy full SHA for 5771f3e
docs/api.rst
@@ -5,6 +5,14 @@ Top Level API
5
This is the user facing API of the SDK. It's exposed as ``sentry_sdk``.
6
With this API you can implement a custom performance monitoring or error reporting solution.
7
8
+Initializing the SDK
9
+====================
10
+
11
+.. autoclass:: sentry_sdk.client.ClientConstructor
12
+ :members:
13
+ :undoc-members:
14
+ :special-members: __init__
15
+ :noindex:
16
17
Capturing Data
18
==============
0 commit comments