diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2025-04-02 15:44:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 15:44:04 +0900 |
| commit | 0bf49818c4477b3bed53017a77885153395662b0 (patch) | |
| tree | 6c03ba0cb265eaaae5e69648f092d4092a3174ff /.devcontainer | |
| parent | fix(frontend): Fix #15744 (diff) | |
| download | sharkey-0bf49818c4477b3bed53017a77885153395662b0.tar.gz sharkey-0bf49818c4477b3bed53017a77885153395662b0.tar.bz2 sharkey-0bf49818c4477b3bed53017a77885153395662b0.zip | |
enhance: implement `sentryForFrontend` (#15433)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml index 3eb4fc2879..6d904e87b9 100644 --- a/.devcontainer/devcontainer.yml +++ b/.devcontainer/devcontainer.yml @@ -152,6 +152,11 @@ id: 'aidx' # dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0' #sentryForFrontend: +# vueIntegration: +# tracingOptions: +# trackComponents: true +# browserTracingIntegration: +# replayIntegration: # options: # dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0' |