Fix sentry capture import

This commit is contained in:
Julien Nahum 2024-03-01 11:40:33 +01:00
parent 4a46dacb99
commit 30587fb3df
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ import FormCustomSeo from './form-components/FormCustomSeo.vue'
import FormAccess from './form-components/FormAccess.vue'
import {validatePropertiesLogic} from "~/composables/forms/validatePropertiesLogic.js"
import opnformConfig from "~/opnform.config.js";
import {captureException} from "@sentry/vue";
import {captureException} from "@sentry/core";
export default {
name: 'FormEditor',