File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/SentryTests/Integrations/Metrics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77- Add attributes data to `SentryScope` (#6830)
88- Add `SentryScope` attributes into log messages (#6834)
9- - Add integration to collect Metrics (#6956)
9+ - Add integration to collect Metrics, can be enabled by setting `options.enableMetrics = true` (#6956)
1010- Add `Sentry.metrics.count(..)`, `Sentry.metrics.distribution(..)` and `Sentry.metrics.gauge(..)` to public API (#6957)
1111
1212## 9.0.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class MetricsIntegrationTests: XCTestCase {
3535 SentrySDKInternal . currentHub ( ) . startSession ( )
3636 }
3737
38- private func getSut( ) throws -> MetricsIntegration < Dependencies > {
38+ private func getSut( ) throws -> MetricsIntegration < SentryDependencyContainer > {
3939 return try XCTUnwrap ( SentrySDKInternal . currentHub ( ) . installedIntegrations ( ) . first as? MetricsIntegration )
4040 }
4141}
You can’t perform that action at this time.
0 commit comments