@hyve-sdk/js 2.14.2 → 2.14.3
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2528,7 +2528,7 @@ var HyveClient = class {
|
|
|
2528
2528
|
* @returns Promise resolving to boolean indicating success
|
|
2529
2529
|
*/
|
|
2530
2530
|
async sendTelemetry(eventLocation, eventCategory, eventAction, eventSubCategory, eventSubAction, eventDetails, platformId) {
|
|
2531
|
-
if (this.partnerApiKey) {
|
|
2531
|
+
if (this.partnerApiKey && this.crazyGamesService) {
|
|
2532
2532
|
return this.sendPartnerTelemetry(
|
|
2533
2533
|
eventLocation,
|
|
2534
2534
|
eventCategory,
|
package/dist/index.mjs
CHANGED
|
@@ -2487,7 +2487,7 @@ var HyveClient = class {
|
|
|
2487
2487
|
* @returns Promise resolving to boolean indicating success
|
|
2488
2488
|
*/
|
|
2489
2489
|
async sendTelemetry(eventLocation, eventCategory, eventAction, eventSubCategory, eventSubAction, eventDetails, platformId) {
|
|
2490
|
-
if (this.partnerApiKey) {
|
|
2490
|
+
if (this.partnerApiKey && this.crazyGamesService) {
|
|
2491
2491
|
return this.sendPartnerTelemetry(
|
|
2492
2492
|
eventLocation,
|
|
2493
2493
|
eventCategory,
|
package/dist/react.js
CHANGED
|
@@ -2479,7 +2479,7 @@ var HyveClient = class {
|
|
|
2479
2479
|
* @returns Promise resolving to boolean indicating success
|
|
2480
2480
|
*/
|
|
2481
2481
|
async sendTelemetry(eventLocation, eventCategory, eventAction, eventSubCategory, eventSubAction, eventDetails, platformId) {
|
|
2482
|
-
if (this.partnerApiKey) {
|
|
2482
|
+
if (this.partnerApiKey && this.crazyGamesService) {
|
|
2483
2483
|
return this.sendPartnerTelemetry(
|
|
2484
2484
|
eventLocation,
|
|
2485
2485
|
eventCategory,
|
package/dist/react.mjs
CHANGED
|
@@ -2457,7 +2457,7 @@ var HyveClient = class {
|
|
|
2457
2457
|
* @returns Promise resolving to boolean indicating success
|
|
2458
2458
|
*/
|
|
2459
2459
|
async sendTelemetry(eventLocation, eventCategory, eventAction, eventSubCategory, eventSubAction, eventDetails, platformId) {
|
|
2460
|
-
if (this.partnerApiKey) {
|
|
2460
|
+
if (this.partnerApiKey && this.crazyGamesService) {
|
|
2461
2461
|
return this.sendPartnerTelemetry(
|
|
2462
2462
|
eventLocation,
|
|
2463
2463
|
eventCategory,
|