Skip to content

Commit a79bf8b

Browse files
committed
remove all last remaining exports
1 parent d2be7d8 commit a79bf8b

File tree

10 files changed

+0
-20
lines changed

10 files changed

+0
-20
lines changed

packages/astro/src/index.server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export {
8080
localVariablesIntegration,
8181
lruMemoizerIntegration,
8282
makeNodeTransport,
83-
// eslint-disable-next-line deprecation/deprecation
84-
metrics,
8583
modulesIntegration,
8684
mongoIntegration,
8785
mongooseIntegration,

packages/aws-serverless/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ export {
7676
continueTrace,
7777
getAutoPerformanceIntegrations,
7878
cron,
79-
// eslint-disable-next-line deprecation/deprecation
80-
metrics,
8179
parameterize,
8280
SEMANTIC_ATTRIBUTE_SENTRY_OP,
8381
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,

packages/bun/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ export {
9999
continueTrace,
100100
getAutoPerformanceIntegrations,
101101
cron,
102-
// eslint-disable-next-line deprecation/deprecation
103-
metrics,
104102
parameterize,
105103
SEMANTIC_ATTRIBUTE_SENTRY_OP,
106104
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,

packages/cloudflare/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ export {
6767
withActiveSpan,
6868
getSpanDescendants,
6969
continueTrace,
70-
// eslint-disable-next-line deprecation/deprecation
71-
metrics,
7270
functionToStringIntegration,
7371
inboundFiltersIntegration,
7472
linkedErrorsIntegration,

packages/core/src/types-hoist/datacategory.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export type DataCategory =
2626
| 'monitor'
2727
// Feedback type event (v2)
2828
| 'feedback'
29-
// Metrics sent via the statsd or metrics envelope items
30-
| 'metric_bucket'
3129
// Span
3230
| 'span'
3331
// Unknown data category

packages/google-cloud-serverless/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export {
7777
continueTrace,
7878
getAutoPerformanceIntegrations,
7979
cron,
80-
// eslint-disable-next-line deprecation/deprecation
81-
metrics,
8280
parameterize,
8381
SEMANTIC_ATTRIBUTE_SENTRY_OP,
8482
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,

packages/remix/src/index.server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ export {
7979
linkedErrorsIntegration,
8080
localVariablesIntegration,
8181
makeNodeTransport,
82-
// eslint-disable-next-line deprecation/deprecation
83-
metrics,
8482
modulesIntegration,
8583
mongoIntegration,
8684
mongooseIntegration,

packages/solidstart/src/server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export {
7171
linkedErrorsIntegration,
7272
localVariablesIntegration,
7373
makeNodeTransport,
74-
// eslint-disable-next-line deprecation/deprecation
75-
metrics,
7674
modulesIntegration,
7775
mongoIntegration,
7876
mongooseIntegration,

packages/sveltekit/src/server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ export {
7373
linkedErrorsIntegration,
7474
localVariablesIntegration,
7575
makeNodeTransport,
76-
// eslint-disable-next-line deprecation/deprecation
77-
metrics,
7876
modulesIntegration,
7977
mongoIntegration,
8078
mongooseIntegration,

packages/vercel-edge/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ export {
6767
withActiveSpan,
6868
getSpanDescendants,
6969
continueTrace,
70-
// eslint-disable-next-line deprecation/deprecation
71-
metrics,
7270
functionToStringIntegration,
7371
inboundFiltersIntegration,
7472
linkedErrorsIntegration,

0 commit comments

Comments
 (0)