We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e69357 commit eb1bcbaCopy full SHA for eb1bcba
packages/performance/src/utils/errors.ts
@@ -52,7 +52,7 @@ const ERROR_DESCRIPTION_MAP: { readonly [key in ErrorCode]: string } = {
52
[ErrorCode.INVALID_CUSTOM_METRIC_NAME]:
53
'Custom metric name {$customMetricName} is invalid',
54
[ErrorCode.INVALID_STRING_MERGER_PARAMETER]:
55
- 'Input for String merger is invalid'
+ 'Input for String merger is invalid, contact support team to resolve.'
56
};
57
58
interface ErrorParams {
0 commit comments