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 /chart | |
| 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 'chart')
| -rw-r--r-- | chart/files/default.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chart/files/default.yml b/chart/files/default.yml index 4d17131c25..06f762aafa 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -173,6 +173,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' |