@sentry/node
Version:
Sentry Node SDK using OpenTelemetry for performance instrumentation
11 lines (8 loc) • 355 B
JavaScript
import { growthbookIntegration } from '@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 = growthbookIntegration;
export { growthbookIntegrationShim };
//# sourceMappingURL=growthbook.js.map