1 | export declare const instrumentTedious: ((options?: unknown) => void) & {
|
2 | id: string;
|
3 | };
|
4 | /**
|
5 | * Adds Sentry tracing instrumentation for the [tedious](https:
|
6 | *
|
7 | * For more information, see the [`tediousIntegration` documentation](https:
|
8 | *
|
9 | * @example
|
10 | * ```javascript
|
11 | * const Sentry = require('@sentry/node');
|
12 | *
|
13 | * Sentry.init({
|
14 | * integrations: [Sentry.tediousIntegration()],
|
15 | * });
|
16 | * ```
|
17 | */
|
18 | export declare const tediousIntegration: () => import("@sentry/core").Integration;
|
19 |
|
\ | No newline at end of file |