mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 23:56:11 +02:00
🔥 Remove sentry from codebase
This commit is contained in:
parent
bc55268a17
commit
041ecf67fe
5 changed files with 0 additions and 242 deletions
|
@ -198,11 +198,6 @@
|
|||
(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
|
||||
|
@ -283,10 +278,6 @@
|
|||
::semaphore-auth
|
||||
|
||||
::rpc-rlimit-config
|
||||
::sentry-dsn
|
||||
::sentry-debug
|
||||
::sentry-attach-stack-trace
|
||||
::sentry-trace-sample-rate
|
||||
::smtp-default-from
|
||||
::smtp-default-reply-to
|
||||
::smtp-host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue