Skip to content

Commit aea7345

Browse files
authored
ref(types): remove unused logLevel (#4317) (#4320)
1 parent 5fc3147 commit aea7345

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

packages/types/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export { Exception } from './exception';
1111
export { Extra, Extras } from './extra';
1212
export { Hub } from './hub';
1313
export { Integration, IntegrationClass } from './integration';
14-
export { LogLevel } from './loglevel';
1514
export { Mechanism } from './mechanism';
1615
export { ExtractedNodeRequestData, Primitive, WorkerLocation } from './misc';
1716
export { Options } from './options';

packages/types/src/loglevel.ts

-11
This file was deleted.

packages/types/src/options.ts

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Breadcrumb, BreadcrumbHint } from './breadcrumb';
22
import { Event, EventHint } from './event';
33
import { Integration } from './integration';
4-
import { LogLevel } from './loglevel';
54
import { CaptureContext } from './scope';
65
import { SdkMetadata } from './sdkmetadata';
76
import { SamplingContext } from './transaction';
@@ -82,9 +81,6 @@ export interface Options {
8281
*/
8382
maxBreadcrumbs?: number;
8483

85-
/** Console logging verbosity for the SDK Client. */
86-
logLevel?: LogLevel;
87-
8884
/** A global sample rate to apply to all events (0 - 1). */
8985
sampleRate?: number;
9086

0 commit comments

Comments
 (0)