We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1811a0 commit 77381e5Copy full SHA for 77381e5
packages/sveltekit/src/worker/index.ts
@@ -27,8 +27,6 @@ export {
27
close,
28
continueTrace,
29
createTransport,
30
- // eslint-disable-next-line deprecation/deprecation
31
- debugIntegration,
32
dedupeIntegration,
33
extraErrorDataIntegration,
34
flush,
@@ -48,8 +46,6 @@ export {
48
46
isInitialized,
49
47
lastEventId,
50
linkedErrorsIntegration,
51
52
- metrics,
53
requestDataIntegration,
54
rewriteFramesIntegration,
55
Scope,
0 commit comments