diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-28 17:06:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 17:06:33 +0900 |
| commit | 80f3cb96b02eaaeb513670224d33b8842414963e (patch) | |
| tree | ad54a85773701b2d60b73bd09ae7bf471451c1ff /.config/docker_example.yml | |
| parent | fix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps urlだっ... (diff) | |
| download | misskey-80f3cb96b02eaaeb513670224d33b8842414963e.tar.gz misskey-80f3cb96b02eaaeb513670224d33b8842414963e.tar.bz2 misskey-80f3cb96b02eaaeb513670224d33b8842414963e.zip | |
feat: sentry integration (#13897)
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* Update ApiCallService.ts
* Update config.ts
Diffstat (limited to '.config/docker_example.yml')
| -rw-r--r-- | .config/docker_example.yml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/.config/docker_example.yml b/.config/docker_example.yml index acd169bf43..42ac18de1b 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -106,7 +106,7 @@ redis: # ┌───────────────────────────┐ #───┘ MeiliSearch configuration └───────────────────────────── -# You can set scope to local (default value) or global +# You can set scope to local (default value) or global # (include notes from remote). #meilisearch: @@ -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 └───────────────────────────────────── @@ -185,7 +200,7 @@ proxyRemoteFiles: true signToActivityPubGet: true # For security reasons, uploading attachments from the intranet is prohibited, -# but exceptions can be made from the following settings. Default value is "undefined". +# but exceptions can be made from the following settings. Default value is "undefined". # Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)). #allowedPrivateNetworks: [ # '127.0.0.1/32' |