ghl-sentry
Version:
5 lines (4 loc) • 650 B
JavaScript
import { browserProfilingIntegration, browserTracingIntegration, captureException, captureMessage, makeFetchTransport, makeMultiplexedTransport, metrics, moduleMetadataIntegration, replayIntegration, setTags, setUser, } from "@sentry/vue";
import { ghlSentryVitePlugin, ghlSentryWebpackPlugin, initializeSentry as init, } from "./util";
// export * from "@sentry/integrations";
export { browserProfilingIntegration, browserTracingIntegration, captureException, captureMessage, ghlSentryVitePlugin, ghlSentryWebpackPlugin, makeFetchTransport, makeMultiplexedTransport, init, metrics, moduleMetadataIntegration, replayIntegration, setTags, setUser, };