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: Runtime/Interfaces/IBacktraceMetrics.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public interface IBacktraceMetrics : IScopeAttributeProvider
13
13
/// and custom unique events can be added. Typical values to add are UserID, SteamID and other attributes that uniquely
14
14
/// identify an user. This list is persistent, meaning that events will not be removed upon Send() (like for summed events).
15
15
/// For non-standard unique events, server side configuration needs to be done.
16
-
/// Please refer to the <see href="https://support.backtrace.io">online documentation</see>.
16
+
/// Please refer to the <see href="https://docs.saucelabs.com/error-reporting/platform-integrations/unity/metrics/">online documentation</see>.
17
17
/// </summary>
18
18
//LinkedList<UniqueEvent> UniqueEvents { get; }
19
19
@@ -55,14 +55,14 @@ public interface IBacktraceMetrics : IScopeAttributeProvider
55
55
/// Adds a summed event to the outgoing queue.
56
56
/// </summary>
57
57
/// See <see cref="BacktraceClient.Metrics.Send(string, IDictionary)"/>.
58
-
/// <param name="metricGroupName">The name of the metric group to be incremented. This metric group must be configured on server side as well, please refer to the <see href = "https://support.backtrace.io" > online documentation</see>.</param>
58
+
/// <param name="metricGroupName">The name of the metric group to be incremented. This metric group must be configured on server side as well, please refer to the <see href = "https://docs.saucelabs.com/error-reporting/platform-integrations/unity/metrics/" > online documentation</see>.</param>
59
59
/// <returns>true if added successfully, otherwise false.</returns>
60
60
boolAddSummedEvent(stringmetricsGroupName);
61
61
62
62
/// <summary>
63
63
/// Adds a summed event to the outgoing queue.
64
64
/// </summary>
65
-
/// <param name="metricGroupName">The name of the metric group to be incremented. This metric group must be configured on server side as well, please refer to the <see href = "https://support.backtrace.io" > online documentation</see>.</param>
65
+
/// <param name="metricGroupName">The name of the metric group to be incremented. This metric group must be configured on server side as well, please refer to the <see href = "https://docs.saucelabs.com/error-reporting/platform-integrations/unity/metrics/" > online documentation</see>.</param>
66
66
/// <param name="attributes">Custom attributes to add. Will be merged with the default attributes, with attribute values provided here overriding any defaults.</param>
67
67
/// <returns>true if added successfully, otherwise false.</returns>
"\n Please check provided url to Backtrace service or learn more from our integration guide: https://support.backtrace.io/hc/en-us/articles/360040515991-Unity-Integration-Guide"));
262
+
"\n Please check provided url to Backtrace service or learn more from our integration guide: https://docs.saucelabs.com/error-reporting/platform-integrations/unity/setup/"));
0 commit comments