{"version":3,"file":"index-BLRxSYbV.js","sources":["../../../app/frontend/vue/src/composables/useFetch/index.js"],"sourcesContent":["import { createFetch } from '@vueuse/core';\n\nconst BASE_URL = '/';\nconst API_VERSION = 'v1';\nconst API_URL = `${BASE_URL}api/${API_VERSION}`;\n\nconst useFetch = createFetch({\n baseUrl: API_URL,\n options: {\n onFetchError(ctx) {\n // TODO: включить после YSN-7316\n // if (window.Sentry) Sentry.captureException(new Error(JSON.stringify(ctx)));\n return ctx;\n },\n },\n});\n\n// eslint-disable-next-line import/prefer-default-export\nexport { useFetch, API_URL };\nexport * from './endpoints';\n"],"names":["useFetch","createFetch","baseUrl","options","onFetchError","ctx"],"mappings":"wCAEA,MAIMA,EAAWC,EAAY,CAC3BC,QAHc,UAIdC,QAAS,CACPC,aAAaC,GAGJA"}