mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 14:18:24 +02:00
🎉 Add sentry integration (on backend).
This commit is contained in:
parent
835b597af5
commit
26b28e2364
10 changed files with 399 additions and 136 deletions
|
@ -176,6 +176,11 @@
|
|||
(s/def ::telemetry-with-taiga ::us/boolean)
|
||||
(s/def ::tenant ::us/string)
|
||||
|
||||
(s/def ::sentry-trace-sample-rate ::us/number)
|
||||
(s/def ::sentry-attach-stack-trace ::us/boolean)
|
||||
(s/def ::sentry-debug ::us/boolean)
|
||||
(s/def ::sentry-dsn ::us/string)
|
||||
|
||||
(s/def ::config
|
||||
(s/keys :opt-un [::secret-key
|
||||
::flags
|
||||
|
@ -235,6 +240,10 @@
|
|||
::registration-enabled
|
||||
::rlimits-image
|
||||
::rlimits-password
|
||||
::sentry-dsn
|
||||
::sentry-debug
|
||||
::sentry-attach-stack-trace
|
||||
::sentry-trace-sample-rate
|
||||
::smtp-default-from
|
||||
::smtp-default-reply-to
|
||||
::smtp-enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue