File tree 3 files changed +0
-16
lines changed
3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export { Exception } from './exception';
11
11
export { Extra , Extras } from './extra' ;
12
12
export { Hub } from './hub' ;
13
13
export { Integration , IntegrationClass } from './integration' ;
14
- export { LogLevel } from './loglevel' ;
15
14
export { Mechanism } from './mechanism' ;
16
15
export { ExtractedNodeRequestData , Primitive , WorkerLocation } from './misc' ;
17
16
export { Options } from './options' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import { Breadcrumb , BreadcrumbHint } from './breadcrumb' ;
2
2
import { Event , EventHint } from './event' ;
3
3
import { Integration } from './integration' ;
4
- import { LogLevel } from './loglevel' ;
5
4
import { CaptureContext } from './scope' ;
6
5
import { SdkMetadata } from './sdkmetadata' ;
7
6
import { SamplingContext } from './transaction' ;
@@ -82,9 +81,6 @@ export interface Options {
82
81
*/
83
82
maxBreadcrumbs ?: number ;
84
83
85
- /** Console logging verbosity for the SDK Client. */
86
- logLevel ?: LogLevel ;
87
-
88
84
/** A global sample rate to apply to all events (0 - 1). */
89
85
sampleRate ?: number ;
90
86
You can’t perform that action at this time.
0 commit comments