File tree 2 files changed +11
-1
lines changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts
packages/google-cloud/src 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const DEPENDENTS: Dependent[] = [
86
86
package : '@sentry/google-cloud' ,
87
87
compareWith : nodeExports ,
88
88
exports : Object . keys ( SentryGoogleCloud ) ,
89
- ignoreExports : [ 'cron ' ] ,
89
+ ignoreExports : [ 'makeMain ' ] ,
90
90
} ,
91
91
{
92
92
package : '@sentry/sveltekit' ,
Original file line number Diff line number Diff line change 1
1
export {
2
2
addEventProcessor ,
3
3
addBreadcrumb ,
4
+ addIntegration ,
4
5
captureException ,
5
6
captureEvent ,
6
7
captureMessage ,
7
8
captureCheckIn ,
9
+ startSession ,
10
+ captureSession ,
11
+ endSession ,
8
12
withMonitor ,
9
13
createTransport ,
10
14
// eslint-disable-next-line deprecation/deprecation
@@ -29,14 +33,19 @@ export {
29
33
withScope ,
30
34
withIsolationScope ,
31
35
makeNodeTransport ,
36
+ NodeClient ,
32
37
defaultStackParser ,
33
38
flush ,
34
39
close ,
35
40
getSentryRelease ,
36
41
addRequestDataToEvent ,
37
42
DEFAULT_USER_INCLUDES ,
38
43
extractRequestData ,
44
+ createGetModuleFromFilename ,
45
+ anrIntegration ,
39
46
consoleIntegration ,
47
+ httpIntegration ,
48
+ nativeNodeFetchIntegration ,
40
49
onUncaughtExceptionIntegration ,
41
50
onUnhandledRejectionIntegration ,
42
51
modulesIntegration ,
@@ -55,6 +64,7 @@ export {
55
64
withActiveSpan ,
56
65
getSpanDescendants ,
57
66
continueTrace ,
67
+ getAutoPerformanceIntegrations ,
58
68
cron ,
59
69
metrics ,
60
70
parameterize ,
You can’t perform that action at this time.
0 commit comments