/**
 * The Sentry core SDK and integrations used by node, node-core, cloudflare,
 * bun, deno, aws lambda, and other server-side platforms, where bundle size
 * is less of an issue.
 *
 * This export should not contain anything strictly browser-specific.
 */
export * from './shared-exports';
export * from './server-exports';
//# sourceMappingURL=server.d.ts.map