diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-28 18:17:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 18:17:39 +0900 |
| commit | e2eb7e8ca99839cedc01ef35c16f23da13b4ba3b (patch) | |
| tree | a435d61a5fd731b5326112461f1a5243a624ad0a /.devcontainer/devcontainer.yml | |
| parent | Bump version to 2024.5.0-beta.5 (diff) | |
| parent | feat: sentry integration (#13897) (diff) | |
| download | misskey-e2eb7e8ca99839cedc01ef35c16f23da13b4ba3b.tar.gz misskey-e2eb7e8ca99839cedc01ef35c16f23da13b4ba3b.tar.bz2 misskey-e2eb7e8ca99839cedc01ef35c16f23da13b4ba3b.zip | |
Merge branch 'develop' into release/2024.5.0
Diffstat (limited to '.devcontainer/devcontainer.yml')
| -rw-r--r-- | .devcontainer/devcontainer.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml index 7ea0929469..beefcfd0a2 100644 --- a/.devcontainer/devcontainer.yml +++ b/.devcontainer/devcontainer.yml @@ -132,6 +132,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 └───────────────────────────────────── |