From 80f3cb96b02eaaeb513670224d33b8842414963e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 28 May 2024 17:06:33 +0900 Subject: feat: sentry integration (#13897) * wip * wip * wip * wip * Update CHANGELOG.md * Update ApiCallService.ts * Update config.ts --- .devcontainer/devcontainer.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.devcontainer/devcontainer.yml') 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 └───────────────────────────────────── -- cgit v1.2.3-freya