1
1
export {
2
- Hub ,
3
- SDK_VERSION ,
4
- Scope ,
5
- addBreadcrumb ,
6
2
addEventProcessor ,
7
- addIntegration ,
8
- autoDiscoverNodePerformanceMonitoringIntegrations ,
9
- captureEvent ,
3
+ addBreadcrumb ,
10
4
captureException ,
5
+ captureEvent ,
11
6
captureMessage ,
12
7
captureCheckIn ,
13
8
withMonitor ,
14
9
createTransport ,
10
+ // eslint-disable-next-line deprecation/deprecation
11
+ getCurrentHub ,
15
12
getClient ,
16
13
isInitialized ,
17
14
getCurrentScope ,
18
15
getGlobalScope ,
19
16
getIsolationScope ,
20
- getSpanStatusFromHttpCode ,
21
- setHttpStatus ,
17
+ Hub ,
22
18
setCurrentClient ,
19
+ Scope ,
20
+ SDK_VERSION ,
23
21
setContext ,
24
22
setExtra ,
25
23
setExtras ,
26
24
setTag ,
27
25
setTags ,
28
26
setUser ,
27
+ getSpanStatusFromHttpCode ,
28
+ setHttpStatus ,
29
29
withScope ,
30
30
withIsolationScope ,
31
- NodeClient ,
32
31
makeNodeTransport ,
33
- close ,
34
32
defaultStackParser ,
35
33
flush ,
34
+ close ,
36
35
getSentryRelease ,
37
- DEFAULT_USER_INCLUDES ,
38
36
addRequestDataToEvent ,
37
+ DEFAULT_USER_INCLUDES ,
39
38
extractRequestData ,
40
- Handlers ,
39
+ consoleIntegration ,
40
+ onUncaughtExceptionIntegration ,
41
+ onUnhandledRejectionIntegration ,
42
+ modulesIntegration ,
43
+ contextLinesIntegration ,
44
+ nodeContextIntegration ,
45
+ localVariablesIntegration ,
46
+ requestDataIntegration ,
47
+ functionToStringIntegration ,
48
+ inboundFiltersIntegration ,
49
+ linkedErrorsIntegration ,
41
50
setMeasurement ,
42
51
getActiveSpan ,
43
52
startSpan ,
@@ -46,33 +55,29 @@ export {
46
55
withActiveSpan ,
47
56
getSpanDescendants ,
48
57
continueTrace ,
49
- parameterize ,
50
- requestDataIntegration ,
51
- linkedErrorsIntegration ,
52
- inboundFiltersIntegration ,
53
- functionToStringIntegration ,
54
- createGetModuleFromFilename ,
58
+ cron ,
55
59
metrics ,
56
- consoleIntegration ,
57
- onUncaughtExceptionIntegration ,
58
- onUnhandledRejectionIntegration ,
59
- modulesIntegration ,
60
- contextLinesIntegration ,
61
- nodeContextIntegration ,
62
- localVariablesIntegration ,
63
- anrIntegration ,
64
- hapiIntegration ,
65
- httpIntegration ,
66
- nativeNodeFetchintegration ,
67
- spotlightIntegration ,
60
+ parameterize ,
68
61
SEMANTIC_ATTRIBUTE_SENTRY_OP ,
69
62
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
70
63
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
71
64
SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE ,
72
- startSession ,
73
- captureSession ,
74
- endSession ,
75
- } from '@sentry/node-experimental' ;
65
+ expressIntegration ,
66
+ expressErrorHandler ,
67
+ setupExpressErrorHandler ,
68
+ fastifyIntegration ,
69
+ graphqlIntegration ,
70
+ mongoIntegration ,
71
+ mongooseIntegration ,
72
+ mysqlIntegration ,
73
+ mysql2Integration ,
74
+ nestIntegration ,
75
+ postgresIntegration ,
76
+ prismaIntegration ,
77
+ hapiIntegration ,
78
+ setupHapiErrorHandler ,
79
+ spotlightIntegration ,
80
+ } from '@sentry/node' ;
76
81
77
82
export {
78
83
captureConsoleIntegration ,
0 commit comments