@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
13 lines (9 loc) • 443 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const core = require('@sentry/core');
/**
* Re-export the core GrowthBook integration for Node.js usage.
* The core integration is runtime-agnostic and works in both browser and Node environments.
*/
const growthbookIntegrationShim = core.growthbookIntegration;
exports.growthbookIntegrationShim = growthbookIntegrationShim;
//# sourceMappingURL=growthbook.js.map