mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-04-27 07:35:07 +00:00
init
This commit is contained in:
51
node_modules/@sentry-internal/tracing/cjs/node/integrations/lazy.js
generated
vendored
Normal file
51
node_modules/@sentry-internal/tracing/cjs/node/integrations/lazy.js
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
const utils = require('@sentry/utils');
|
||||
|
||||
const lazyLoadedNodePerformanceMonitoringIntegrations = [
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './apollo')
|
||||
|
||||
;
|
||||
return new integration.Apollo();
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './apollo')
|
||||
|
||||
;
|
||||
return new integration.Apollo({ useNestjs: true });
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './graphql')
|
||||
|
||||
;
|
||||
return new integration.GraphQL();
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './mongo')
|
||||
|
||||
;
|
||||
return new integration.Mongo();
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './mongo')
|
||||
|
||||
;
|
||||
return new integration.Mongo({ mongoose: true });
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './mysql')
|
||||
|
||||
;
|
||||
return new integration.Mysql();
|
||||
},
|
||||
() => {
|
||||
const integration = utils.dynamicRequire(module, './postgres')
|
||||
|
||||
;
|
||||
return new integration.Postgres();
|
||||
},
|
||||
];
|
||||
|
||||
exports.lazyLoadedNodePerformanceMonitoringIntegrations = lazyLoadedNodePerformanceMonitoringIntegrations;
|
||||
//# sourceMappingURL=lazy.js.map
|
||||
Reference in New Issue
Block a user