Skip to content

Commit f0e0188

Browse files
Merge branch 'master' into bump-dependencies
2 parents 03951fb + 5a3ee8c commit f0e0188

File tree

1 file changed

+4
-4
lines changed
  • backtrace-library/src/main/java/backtraceio/library/interfaces

1 file changed

+4
-4
lines changed

backtrace-library/src/main/java/backtraceio/library/interfaces/Metrics.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface Metrics {
4848
* user. This list is persistent, meaning that events will not be removed upon Send(), as they
4949
* are for summed events. For non-standard unique events, server side configuration needs to be
5050
* 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>
5252
*
5353
* @param name the name of the Unique event
5454
* @return true if added successfully, otherwise false.
@@ -60,7 +60,7 @@ public interface Metrics {
6060
* user. This list is persistent, meaning that events will not be removed upon Send(), as they
6161
* are for summed events. For non-standard unique events, server side configuration needs to be
6262
* 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>
6464
*
6565
* @param name the name of the Unique event
6666
* @param attributes linked attributes which will update this unique event on update
@@ -80,7 +80,7 @@ public interface Metrics {
8080
*
8181
* @param metricGroupName name of the metric group to be incremented. This metric group must
8282
* 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>
8484
* @return true if added successfully, otherwise false.
8585
* @see BacktraceMetrics#send()
8686
*/
@@ -91,7 +91,7 @@ public interface Metrics {
9191
*
9292
* @param metricGroupName name of the metric group to be incremented. This metric group must
9393
* 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>
9595
* @param attributes Custom attributes to add. Will be merged with the default
9696
* attributes, with attribute values provided here overriding any defaults.
9797
* @return true if added successfully, otherwise false.

0 commit comments

Comments
 (0)