This commit is contained in:
Burak Civan
2022-11-08 18:21:56 +03:00
5 changed files with 543 additions and 60 deletions

View File

@ -38,6 +38,26 @@ import GLightbox from 'glightbox';
Swiper.use([Navigation, Pagination]);
//sentry integration
import * as Sentry from "@sentry/vue";
import { BrowserTracing } from "@sentry/tracing";
Sentry.init({
Vue,
dsn: "",
logErrors: true,
integrations: [
new BrowserTracing({
tracingOrigins: [],
}),
],
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
});
//sentry integration
export default {
components: {
AkauntingDropzoneFileUpload,