11export type { Breadcrumb , BreadcrumbHint } from './breadcrumb' ;
22export type { Client } from './client' ;
3- export type { ClientReport } from './clientreport' ;
3+ export type { ClientReport , EventDropReason } from './clientreport' ;
44export type { Context , Contexts } from './context' ;
5+ export type { DataCategory } from './datacategory' ;
56export type { DsnComponents , DsnLike , DsnProtocol } from './dsn' ;
67export type { DebugImage , DebugImageType , DebugMeta } from './debugMeta' ;
78export type {
@@ -28,7 +29,7 @@ export type { Mechanism } from './mechanism';
2829export type { ExtractedNodeRequestData , Primitive , WorkerLocation } from './misc' ;
2930export type { ClientOptions , Options } from './options' ;
3031export type { Package } from './package' ;
31- export type { QueryParams , Request , SentryRequest , SentryRequestType } from './request' ;
32+ export type { QueryParams , Request } from './request' ;
3233export type { Runtime } from './runtime' ;
3334export type { CaptureContext , Scope , ScopeContext } from './scope' ;
3435export type { SdkInfo } from './sdkinfo' ;
@@ -61,9 +62,7 @@ export type {
6162} from './transaction' ;
6263export type { Thread } from './thread' ;
6364export type {
64- Outcome ,
6565 Transport ,
66- TransportCategory ,
6766 TransportRequest ,
6867 TransportMakeRequestResponse ,
6968 InternalBaseTransportOptions ,
0 commit comments