Skip to content

Commit

Permalink
Update analyticsreporter.js
Browse files Browse the repository at this point in the history
set global multi by default
  • Loading branch information
Fondryext authored Oct 15, 2024
1 parent 4d064a5 commit 97e65c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/analytics/analyticsreporter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @module AnalyticsReporter */

import AnalyticsEvent from './analyticsevent';
import { PRODUCTION } from '../constants';
import { GLOBAL_MULTI, PRODUCTION } from '../constants';
import HttpRequester from '../http/httprequester';
import { getAnalyticsUrl } from '../utils/urlutils';

Expand All @@ -20,7 +20,7 @@ export default class AnalyticsReporter {
analyticsEventsEnabled,
globalOptions = {},
environment = PRODUCTION,
cloudChoice) {
cloudChoice = GLOBAL_MULTI) {
/**
* The internal business identifier used for reporting
* @type {number}
Expand Down

0 comments on commit 97e65c7

Please sign in to comment.