Skip to content

Commit

Permalink
ref(types): remove unused logLevel (#4317) (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Dec 16, 2021
1 parent 5fc3147 commit aea7345
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export { Exception } from './exception';
export { Extra, Extras } from './extra';
export { Hub } from './hub';
export { Integration, IntegrationClass } from './integration';
export { LogLevel } from './loglevel';
export { Mechanism } from './mechanism';
export { ExtractedNodeRequestData, Primitive, WorkerLocation } from './misc';
export { Options } from './options';
Expand Down
11 changes: 0 additions & 11 deletions packages/types/src/loglevel.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/types/src/options.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Breadcrumb, BreadcrumbHint } from './breadcrumb';
import { Event, EventHint } from './event';
import { Integration } from './integration';
import { LogLevel } from './loglevel';
import { CaptureContext } from './scope';
import { SdkMetadata } from './sdkmetadata';
import { SamplingContext } from './transaction';
Expand Down Expand Up @@ -82,9 +81,6 @@ export interface Options {
*/
maxBreadcrumbs?: number;

/** Console logging verbosity for the SDK Client. */
logLevel?: LogLevel;

/** A global sample rate to apply to all events (0 - 1). */
sampleRate?: number;

Expand Down

0 comments on commit aea7345

Please sign in to comment.