File tree 1 file changed +4
-4
lines changed
packages/sdk-core/src/model/configuration
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface BacktraceMetricsSupport {
29
29
autoSendInterval ?: number ;
30
30
}
31
31
32
- export interface BasicBacktraceClientSettings extends BacktraceBasicSubmissionInformation {
32
+ export interface BacktraceConfiguration extends BacktraceBasicSubmissionInformation {
33
33
/**
34
34
* Limits the number of reports the client will send per minute. If set to '0', there is no limit.
35
35
* If set to a value greater than '0' and the value is reached, the client will not send any reports until the next minute.
@@ -49,8 +49,8 @@ export interface BasicBacktraceClientSettings extends BacktraceBasicSubmissionIn
49
49
* Metrics such as crash free users and crash free sessions
50
50
*/
51
51
metrics ?: BacktraceMetricsSupport ;
52
- }
53
-
54
- export interface BacktraceConfiguration extends BasicBacktraceClientSettings {
52
+ /**
53
+ * Offline database settings
54
+ */
55
55
database ?: BacktraceDatabaseConfiguration ;
56
56
}
You can’t perform that action at this time.
0 commit comments