Merge branch 'develop' into feature/default-hashtag-timeline

This commit is contained in:
Tatsuya Koishi 2024-06-15 19:11:41 +09:00
commit 169fbc2a63
588 changed files with 37534 additions and 18651 deletions

View file

@ -136,6 +136,21 @@ redis:
id: 'aidx'
# ┌────────────────┐
#───┘ Error tracking └──────────────────────────────────────────
# Sentry is available for error tracking.
# See the Sentry documentation for more details on options.
#sentryForBackend:
# enableNodeProfiling: true
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'
#sentryForFrontend:
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'
# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────