import { createApp } from "vue"; import * as Sentry from "@sentry/vue"; const app = createApp({ // ... }); Sentry.init({ app, dsn: "https://<key>@sentry.io/<project>"", // This enables automatic instrumentation (highly recommended), // but is not necessary for purely manual usage // If you only want to use custom instrumentation: // * Remove the BrowserTracing integration // * add Sentry.addTracin