1 | import type { Integration, Options } from '@sentry/types';
|
2 | import type { NodeOptions } from '../types';
|
3 | import { NodeClient } from './client';
|
4 |
|
5 |
|
6 |
|
7 | export declare function getDefaultIntegrationsWithoutPerformance(): Integration[];
|
8 |
|
9 | export declare function getDefaultIntegrations(options: Options): Integration[];
|
10 |
|
11 |
|
12 |
|
13 | export declare function init(options?: NodeOptions | undefined): NodeClient | undefined;
|
14 |
|
15 |
|
16 |
|
17 | export declare function initWithoutDefaultIntegrations(options?: NodeOptions | undefined): NodeClient;
|
18 |
|
19 |
|
20 |
|
21 | export declare function validateOpenTelemetrySetup(): void;
|
22 |
|
\ | No newline at end of file |