You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backtrace-library/src/main/java/backtraceio/library/interfaces/Metrics.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public interface Metrics {
48
48
* user. This list is persistent, meaning that events will not be removed upon Send(), as they
49
49
* are for summed events. For non-standard unique events, server side configuration needs to be
50
50
* done.
51
-
* Please refer to the online documentation at https://support.backtrace.io
51
+
* Please refer to the online documentation at <a href="https://docs.saucelabs.com/error-reporting/platform-integrations/android/configuration/#error-free-metrics">Error-Free Metrics</a>
52
52
*
53
53
* @param name the name of the Unique event
54
54
* @return true if added successfully, otherwise false.
@@ -60,7 +60,7 @@ public interface Metrics {
60
60
* user. This list is persistent, meaning that events will not be removed upon Send(), as they
61
61
* are for summed events. For non-standard unique events, server side configuration needs to be
62
62
* done.
63
-
* Please refer to the online documentation at https://support.backtrace.io
63
+
* Please refer to the online documentation at <a href="https://docs.saucelabs.com/error-reporting/platform-integrations/android/configuration/#error-free-metrics">Error-Free Metrics</a>
64
64
*
65
65
* @param name the name of the Unique event
66
66
* @param attributes linked attributes which will update this unique event on update
@@ -80,7 +80,7 @@ public interface Metrics {
80
80
*
81
81
* @param metricGroupName name of the metric group to be incremented. This metric group must
82
82
* be configured on the server side as well.
83
-
* Please refer to the online documentation at https://support.backtrace.io
83
+
* Please refer to the online documentation at <a href="https://docs.saucelabs.com/error-reporting/platform-integrations/android/configuration/#error-free-metrics">Error-Free Metrics</a>
84
84
* @return true if added successfully, otherwise false.
85
85
* @see BacktraceMetrics#send()
86
86
*/
@@ -91,7 +91,7 @@ public interface Metrics {
91
91
*
92
92
* @param metricGroupName name of the metric group to be incremented. This metric group must
93
93
* be configured on the server side as well.
94
-
* Please refer to the online documentation at https://support.backtrace.io
94
+
* Please refer to the online documentation at <a href="https://docs.saucelabs.com/error-reporting/platform-integrations/android/configuration/#error-free-metrics">Error-Free Metrics</a>
95
95
* @param attributes Custom attributes to add. Will be merged with the default
96
96
* attributes, with attribute values provided here overriding any defaults.
97
97
* @return true if added successfully, otherwise false.
0 commit comments