We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a46dac commit 30587fbCopy full SHA for 30587fb
client/components/open/forms/components/FormEditor.vue
@@ -97,7 +97,7 @@ import FormCustomSeo from './form-components/FormCustomSeo.vue'
97
import FormAccess from './form-components/FormAccess.vue'
98
import {validatePropertiesLogic} from "~/composables/forms/validatePropertiesLogic.js"
99
import opnformConfig from "~/opnform.config.js";
100
-import {captureException} from "@sentry/vue";
+import {captureException} from "@sentry/core";
101
102
export default {
103
name: 'FormEditor',
0 commit comments