File tree 10 files changed +0
-20
lines changed
google-cloud-serverless/src
10 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ export {
78
78
localVariablesIntegration ,
79
79
lruMemoizerIntegration ,
80
80
makeNodeTransport ,
81
- // eslint-disable-next-line deprecation/deprecation
82
- metrics ,
83
81
modulesIntegration ,
84
82
mongoIntegration ,
85
83
mongooseIntegration ,
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ export {
76
76
continueTrace ,
77
77
getAutoPerformanceIntegrations ,
78
78
cron ,
79
- // eslint-disable-next-line deprecation/deprecation
80
- metrics ,
81
79
parameterize ,
82
80
SEMANTIC_ATTRIBUTE_SENTRY_OP ,
83
81
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ export {
99
99
continueTrace ,
100
100
getAutoPerformanceIntegrations ,
101
101
cron ,
102
- // eslint-disable-next-line deprecation/deprecation
103
- metrics ,
104
102
parameterize ,
105
103
SEMANTIC_ATTRIBUTE_SENTRY_OP ,
106
104
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ export {
67
67
withActiveSpan ,
68
68
getSpanDescendants ,
69
69
continueTrace ,
70
- // eslint-disable-next-line deprecation/deprecation
71
- metrics ,
72
70
functionToStringIntegration ,
73
71
inboundFiltersIntegration ,
74
72
linkedErrorsIntegration ,
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ export type DataCategory =
26
26
| 'monitor'
27
27
// Feedback type event (v2)
28
28
| 'feedback'
29
- // Metrics sent via the statsd or metrics envelope items
30
- | 'metric_bucket'
31
29
// Span
32
30
| 'span'
33
31
// Unknown data category
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ export {
77
77
continueTrace ,
78
78
getAutoPerformanceIntegrations ,
79
79
cron ,
80
- // eslint-disable-next-line deprecation/deprecation
81
- metrics ,
82
80
parameterize ,
83
81
SEMANTIC_ATTRIBUTE_SENTRY_OP ,
84
82
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ export {
77
77
linkedErrorsIntegration ,
78
78
localVariablesIntegration ,
79
79
makeNodeTransport ,
80
- // eslint-disable-next-line deprecation/deprecation
81
- metrics ,
82
80
modulesIntegration ,
83
81
mongoIntegration ,
84
82
mongooseIntegration ,
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ export {
69
69
linkedErrorsIntegration ,
70
70
localVariablesIntegration ,
71
71
makeNodeTransport ,
72
- // eslint-disable-next-line deprecation/deprecation
73
- metrics ,
74
72
modulesIntegration ,
75
73
mongoIntegration ,
76
74
mongooseIntegration ,
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ export {
71
71
linkedErrorsIntegration ,
72
72
localVariablesIntegration ,
73
73
makeNodeTransport ,
74
- // eslint-disable-next-line deprecation/deprecation
75
- metrics ,
76
74
modulesIntegration ,
77
75
mongoIntegration ,
78
76
mongooseIntegration ,
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ export {
67
67
withActiveSpan ,
68
68
getSpanDescendants ,
69
69
continueTrace ,
70
- // eslint-disable-next-line deprecation/deprecation
71
- metrics ,
72
70
functionToStringIntegration ,
73
71
inboundFiltersIntegration ,
74
72
linkedErrorsIntegration ,
You can’t perform that action at this time.
0 commit comments