@xh/hoist 75.0.0-SNAPSHOT.1751313309623 → 75.0.0-SNAPSHOT.1751408496478
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -202,7 +202,7 @@ export class ExceptionHandler {
|
|
|
202
202
|
XH.track({
|
|
203
203
|
category: 'Client Error',
|
|
204
204
|
severity: exception.isRoutine ? 'INFO' : 'ERROR',
|
|
205
|
-
message: exception.message
|
|
205
|
+
message: exception.message || 'Client Error',
|
|
206
206
|
correlationId: exception.correlationId,
|
|
207
207
|
data,
|
|
208
208
|
logData: ['userAlerted']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "75.0.0-SNAPSHOT.
|
|
3
|
+
"version": "75.0.0-SNAPSHOT.1751408496478",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|