要約 まだVue.js3でSentry未対応のため、グローバルなエラーハンドラを使って、監視設定する。 設定例 Sentry公式ドキュメントを見ながら import { createApp } from 'vue' import App from './App.vue' import * as Sentry from '@sentry/browser' import { Integrations } from '@sentry/tracing' Sentry.init({ dsn: process.env.VUE_APP_SENTRY_URL, //ベタ書きでも好きなように release: 'my-project-name@' + process.env.npm_package_version, integrations: [new Integrations.BrowserTracing