@nsshunt/stsobservability 1.0.138 → 1.0.139
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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5572,9 +5572,9 @@ class ObservabilitySocketIOSubscriber {
|
|
|
5572
5572
|
const currentSubscriptions = Object.keys(this.subscriptions).toString();
|
|
5573
5573
|
if (this.subscriptions[subId]) {
|
|
5574
5574
|
this.subscriptions[subId].cb(data);
|
|
5575
|
-
cb(`subscriptionData Response: [${data.subscriptionKey}], Current Subscriptions: [${currentSubscriptions}]`);
|
|
5575
|
+
cb(`sstsobservability:subscriptionData Response: [${data.subscriptionKey}], Current Subscriptions: [${currentSubscriptions}]`);
|
|
5576
5576
|
} else {
|
|
5577
|
-
cb(`subscriptionData Response: No subscription found in subscriptions: [${data.subscriptionKey}], Current Subscriptions: [${currentSubscriptions}]`);
|
|
5577
|
+
cb(`sstsobservability:subscriptionData Response: No subscription found in subscriptions: [${data.subscriptionKey}], Current Subscriptions: [${currentSubscriptions}]`);
|
|
5578
5578
|
}
|
|
5579
5579
|
});
|
|
5580
5580
|
}
|