UNPKG

538 BTypeScriptView Raw
1import { ServerRuntimeClient } from '@sentry/core';
2import type { NodeClientOptions } from './types';
3/**
4 * The Sentry Node SDK Client.
5 *
6 * @see NodeClientOptions for documentation on configuration options.
7 * @see SentryClient for usage documentation.
8 */
9export declare class NodeClient extends ServerRuntimeClient<NodeClientOptions> {
10 /**
11 * Creates a new Node SDK instance.
12 * @param options Configuration options for this SDK.
13 */
14 constructor(options: NodeClientOptions);
15}
16//# sourceMappingURL=client.d.ts.map
\No newline at end of file