File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts
packages/sveltekit/src/server Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ const DEPENDENTS: Dependent[] = [
65
65
{
66
66
package : '@sentry/sveltekit' ,
67
67
exports : Object . keys ( SentrySvelteKit ) ,
68
- // TODO: Fix exports in sveltekit
69
- skip : true ,
70
68
} ,
71
69
] ;
72
70
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export {
30
30
getGlobalScope ,
31
31
getIsolationScope ,
32
32
Hub ,
33
+ NodeClient ,
33
34
// eslint-disable-next-line deprecation/deprecation
34
35
makeMain ,
35
36
setCurrentClient ,
@@ -78,6 +79,18 @@ export {
78
79
continueTrace ,
79
80
cron ,
80
81
parameterize ,
82
+ // eslint-disable-next-line deprecation/deprecation
83
+ getModuleFromFilename ,
84
+ createGetModuleFromFilename ,
85
+ functionToStringIntegration ,
86
+ hapiErrorPlugin ,
87
+ inboundFiltersIntegration ,
88
+ linkedErrorsIntegration ,
89
+ requestDataIntegration ,
90
+ metrics ,
91
+ runWithAsyncContext ,
92
+ // eslint-disable-next-line deprecation/deprecation
93
+ enableAnrDetection ,
81
94
} from '@sentry/node' ;
82
95
83
96
// We can still leave this for the carrier init and type exports
You can’t perform that action at this time.
0 commit comments