UNPKG

5.15 kBTypeScriptView Raw
1export type { Carrier, Layer } from '@sentry/core';
2import { addBreadcrumb as addBreadcrumbCore, addGlobalEventProcessor as addGlobalEventProcessorCore, captureEvent as captureEventCore, captureException as captureExceptionCore, captureMessage as captureMessageCore, closeSession as closeSessionCore, configureScope as configureScopeCore, getCurrentHub as getCurrentHubCore, getHubFromCarrier as getHubFromCarrierCore, getMainCarrier as getMainCarrierCore, Hub as HubCore, makeMain as makeMainCore, makeSession as makeSessionCore, Scope as ScopeCore, SessionFlusher as SessionFlusherCore, setContext as setContextCore, setExtra as setExtraCore, setExtras as setExtrasCore, setHubOnCarrier as setHubOnCarrierCore, setTag as setTagCore, setTags as setTagsCore, setUser as setUserCore, startTransaction as startTransactionCore, updateSession as updateSessionCore, withScope as withScopeCore } from '@sentry/core';
3/**
4 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8
5 */
6export declare class Hub extends HubCore {
7}
8/**
9 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8
10 */
11export declare class Scope extends ScopeCore {
12}
13/**
14 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
15 */
16export declare const getCurrentHub: typeof getCurrentHubCore;
17/**
18 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
19 */
20export declare const addGlobalEventProcessor: typeof addGlobalEventProcessorCore;
21/**
22 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
23 */
24export declare const getHubFromCarrier: typeof getHubFromCarrierCore;
25/**
26 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
27 */
28export declare const getMainCarrier: typeof getMainCarrierCore;
29/**
30 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
31 */
32export declare const makeMain: typeof makeMainCore;
33/**
34 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
35 */
36export declare const setHubOnCarrier: typeof setHubOnCarrierCore;
37/**
38 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
39 */
40export declare const SessionFlusher: typeof SessionFlusherCore;
41/**
42 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
43 */
44export declare const closeSession: typeof closeSessionCore;
45/**
46 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
47 */
48export declare const makeSession: typeof makeSessionCore;
49/**
50 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
51 */
52export declare const updateSession: typeof updateSessionCore;
53/**
54 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
55 */
56export declare const addBreadcrumb: typeof addBreadcrumbCore;
57/**
58 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
59 */
60export declare const captureException: typeof captureExceptionCore;
61/**
62 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
63 */
64export declare const captureEvent: typeof captureEventCore;
65/**
66 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
67 */
68export declare const captureMessage: typeof captureMessageCore;
69/**
70 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
71 */
72export declare const configureScope: typeof configureScopeCore;
73/**
74 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
75 */
76export declare const startTransaction: typeof startTransactionCore;
77/**
78 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
79 */
80export declare const setContext: typeof setContextCore;
81/**
82 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
83 */
84export declare const setExtra: typeof setExtraCore;
85/**
86 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
87 */
88export declare const setExtras: typeof setExtrasCore;
89/**
90 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
91 */
92export declare const setTag: typeof setTagCore;
93/**
94 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
95 */
96export declare const setTags: typeof setTagsCore;
97/**
98 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
99 */
100export declare const setUser: typeof setUserCore;
101/**
102 * @deprecated This export has moved to @sentry/core. The @sentry/hub package will be removed in v8.
103 */
104export declare const withScope: typeof withScopeCore;
105//# sourceMappingURL=index.d.ts.map
\No newline at end of file