summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-05-28 17:06:33 +0900
committerGitHub <noreply@github.com>2024-05-28 17:06:33 +0900
commit80f3cb96b02eaaeb513670224d33b8842414963e (patch)
treead54a85773701b2d60b73bd09ae7bf471451c1ff /.devcontainer
parentfix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps urlだっ... (diff)
downloadsharkey-80f3cb96b02eaaeb513670224d33b8842414963e.tar.gz
sharkey-80f3cb96b02eaaeb513670224d33b8842414963e.tar.bz2
sharkey-80f3cb96b02eaaeb513670224d33b8842414963e.zip
feat: sentry integration (#13897)
* wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.yml15
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 └─────────────────────────────────────