1
1
export type { Breadcrumb , BreadcrumbHint } from './breadcrumb' ;
2
2
export type { Client } from './client' ;
3
- export type { ClientReport } from './clientreport' ;
3
+ export type { ClientReport , EventDropReason } from './clientreport' ;
4
4
export type { Context , Contexts } from './context' ;
5
+ export type { DataCategory } from './datacategory' ;
5
6
export type { DsnComponents , DsnLike , DsnProtocol } from './dsn' ;
6
7
export type { DebugImage , DebugImageType , DebugMeta } from './debugMeta' ;
7
8
export type {
@@ -28,7 +29,7 @@ export type { Mechanism } from './mechanism';
28
29
export type { ExtractedNodeRequestData , Primitive , WorkerLocation } from './misc' ;
29
30
export type { ClientOptions , Options } from './options' ;
30
31
export type { Package } from './package' ;
31
- export type { QueryParams , Request , SentryRequest , SentryRequestType } from './request' ;
32
+ export type { QueryParams , Request } from './request' ;
32
33
export type { Runtime } from './runtime' ;
33
34
export type { CaptureContext , Scope , ScopeContext } from './scope' ;
34
35
export type { SdkInfo } from './sdkinfo' ;
@@ -61,9 +62,7 @@ export type {
61
62
} from './transaction' ;
62
63
export type { Thread } from './thread' ;
63
64
export type {
64
- Outcome ,
65
65
Transport ,
66
- TransportCategory ,
67
66
TransportRequest ,
68
67
TransportMakeRequestResponse ,
69
68
InternalBaseTransportOptions ,
0 commit comments