mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-09 23:51:20 +00:00
@@ -76,7 +76,12 @@ def eat_your_own_dogfood(sentry_dsn, **kwargs):
|
|||||||
|
|
||||||
default_kwargs = {
|
default_kwargs = {
|
||||||
"dsn": sentry_dsn,
|
"dsn": sentry_dsn,
|
||||||
|
|
||||||
|
# Don't event types which are not supported by Bugsink:
|
||||||
"traces_sample_rate": 0,
|
"traces_sample_rate": 0,
|
||||||
|
"send_client_reports": False,
|
||||||
|
"auto_session_tracking": False,
|
||||||
|
|
||||||
"send_default_pii": True,
|
"send_default_pii": True,
|
||||||
|
|
||||||
# see (e.g.) https://github.com/getsentry/sentry-python/issues/377 for why this is necessary; I really really
|
# see (e.g.) https://github.com/getsentry/sentry-python/issues/377 for why this is necessary; I really really
|
||||||
|
|||||||
@@ -45,7 +45,10 @@ sentry_sdk.init(
|
|||||||
# infer it, but explicitly setting it is more reliable:
|
# infer it, but explicitly setting it is more reliable:
|
||||||
# release=...,
|
# release=...,
|
||||||
|
|
||||||
|
# Don't event types which are not supported by Bugsink:
|
||||||
traces_sample_rate=0,
|
traces_sample_rate=0,
|
||||||
|
send_client_reports=False,
|
||||||
|
auto_session_tracking=False,
|
||||||
)
|
)
|
||||||
{% endcode %}
|
{% endcode %}
|
||||||
|
|
||||||
|
|||||||
2
theme/static/css/dist/styles.css
vendored
2
theme/static/css/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user