diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 22:29:14 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 22:29:14 -0400 |
| commit | dab9b518e48f04833708a1704e331fd262f575bd (patch) | |
| tree | ca4dfba2efbe5d550c7d19474d4d91850cb6ccd2 /.devcontainer | |
| parent | fix vue warning about render functions (diff) | |
| parent | 🎨 (diff) | |
| download | sharkey-dab9b518e48f04833708a1704e331fd262f575bd.tar.gz sharkey-dab9b518e48f04833708a1704e331fd262f575bd.tar.bz2 sharkey-dab9b518e48f04833708a1704e331fd262f575bd.zip | |
merge from misskey-develop
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' |