File tree Expand file tree Collapse file tree
google-cloud-serverless/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ export {
7878 localVariablesIntegration ,
7979 lruMemoizerIntegration ,
8080 makeNodeTransport ,
81- // eslint-disable-next-line deprecation/deprecation
82- metrics ,
8381 modulesIntegration ,
8482 mongoIntegration ,
8583 mongooseIntegration ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ export {
7777 linkedErrorsIntegration ,
7878 localVariablesIntegration ,
7979 makeNodeTransport ,
80- // eslint-disable-next-line deprecation/deprecation
81- metrics ,
8280 modulesIntegration ,
8381 mongoIntegration ,
8482 mongooseIntegration ,
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ export {
6969 linkedErrorsIntegration ,
7070 localVariablesIntegration ,
7171 makeNodeTransport ,
72- // eslint-disable-next-line deprecation/deprecation
73- metrics ,
7472 modulesIntegration ,
7573 mongoIntegration ,
7674 mongooseIntegration ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments