Skip to content

Commit 5771f3e

Browse files
authored
Add init() parameters to ApiDocs. (#4100)
Copied the text from docs.sentry.io and added it to the ApiDocs. (some parameters are undocumented, it seems)
1 parent 486d733 commit 5771f3e

File tree

2 files changed

+389
-0
lines changed

2 files changed

+389
-0
lines changed

Diff for: docs/api.rst

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Top Level API
55
This is the user facing API of the SDK. It's exposed as ``sentry_sdk``.
66
With this API you can implement a custom performance monitoring or error reporting solution.
77

8+
Initializing the SDK
9+
====================
10+
11+
.. autoclass:: sentry_sdk.client.ClientConstructor
12+
:members:
13+
:undoc-members:
14+
:special-members: __init__
15+
:noindex:
816

917
Capturing Data
1018
==============

0 commit comments

Comments
 (0)