Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « tracking « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acde867629154556bdd34ae7cfebabda31853353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const extraContext = {
  schema: 'iglu:com.gitlab/design_management_context/jsonschema/1-0-0',
  data: {
    'design-version-number': '1.0.0',
    'design-is-current-version': '1.0.0',
    'internal-object-referrer': 'https://gitlab.com',
    'design-collection-owner': 'GitLab',
  },
};

export const servicePingContext = {
  schema: 'iglu:com.gitlab/gitlab_service_ping/jsonschema/1-0-1',
  data: {
    event_name: 'track_incident_event',
    data_source: 'redis_hll',
  },
};