Skip to content

Commit 30587fb

Browse files
committed
Fix sentry capture import
1 parent 4a46dac commit 30587fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/open/forms/components/FormEditor.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import FormCustomSeo from './form-components/FormCustomSeo.vue'
9797
import FormAccess from './form-components/FormAccess.vue'
9898
import {validatePropertiesLogic} from "~/composables/forms/validatePropertiesLogic.js"
9999
import opnformConfig from "~/opnform.config.js";
100-
import {captureException} from "@sentry/vue";
100+
import {captureException} from "@sentry/core";
101101
102102
export default {
103103
name: 'FormEditor',

0 commit comments

Comments
 (0)