Skip to content

Commit d3f2052

Browse files
authored
Merge branch 'philprime/metrics-bootstrap' into philprime/metrics-public-api
2 parents 3ee515f + 5e61cdd commit d3f2052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

Tests/SentryTests/Integrations/Metrics/MetricsIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)