You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,16 +189,24 @@ The plugin offers some integrations listed below:
189
189
190
190
EOX_CORE_SENTRY_INTEGRATION_DSN: <your DSN value>
191
191
EOX_CORE_SENTRY_IGNORED_ERRORS: [] # optional
192
+
EOX_CORE_SENTRY_EXTRA_OPTIONS: {} # optional
192
193
193
194
By default, **EOX_CORE_SENTRY_INTEGRATION_DSN** setting is None, which disables the sentry integration.
194
195
**EOX_CORE_SENTRY_IGNORED_ERRORS** is optional. It is a list of the exceptions you want to ignore. For instance, it can be defined as:
196
+
**EOX_CORE_SENTRY_EXTRA_OPTIONS** is optional. It is a dictionary with extra options to be passed to the sentry client. For instance, it can be defined as:
0 commit comments