Skip to content

Commit ed56c93

Browse files
SG60Lms24
authored andcommitted
fix(sveltekit): remove deprecated API usage
Some APIs imported from `@sentry/cloudflare` have been deprecated on the main branch.
1 parent 728cd95 commit ed56c93

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/sveltekit/src/worker/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export {
2727
close,
2828
continueTrace,
2929
createTransport,
30-
// eslint-disable-next-line deprecation/deprecation
31-
debugIntegration,
3230
dedupeIntegration,
3331
extraErrorDataIntegration,
3432
flush,
@@ -48,8 +46,6 @@ export {
4846
isInitialized,
4947
lastEventId,
5048
linkedErrorsIntegration,
51-
// eslint-disable-next-line deprecation/deprecation
52-
metrics,
5349
requestDataIntegration,
5450
rewriteFramesIntegration,
5551
Scope,

0 commit comments

Comments
 (0)