mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Add/remove members and invitations (#1744)
* Add/remove members and invitations * Lint
This commit is contained in:
parent
282c05345d
commit
0696e1f2f7
10 changed files with 188 additions and 29 deletions
|
@ -3,7 +3,7 @@ if ENV["SENTRY_DSN"].present?
|
|||
config.dsn = ENV["SENTRY_DSN"]
|
||||
config.environment = ENV["RAILS_ENV"]
|
||||
config.breadcrumbs_logger = [ :active_support_logger, :http_logger ]
|
||||
config.enabled_environments = %w[development production]
|
||||
config.enabled_environments = %w[production]
|
||||
|
||||
# Set traces_sample_rate to 1.0 to capture 100%
|
||||
# of transactions for performance monitoring.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue