Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Merge requests
!264
Resolve "add support for matomo"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "add support for matomo"
289-add-support-for-matomo
into
development
Overview
0
Commits
55
Pipelines
5
Changes
3
Merged
Piotr Gawron
requested to merge
289-add-support-for-matomo
into
development
5 months ago
Overview
0
Commits
55
Pipelines
5
Changes
3
Expand
Closes
#289 (closed)
0
0
Merge request reports
Viewing commit
cca246c2
Prev
Next
Show latest version
3 files
+
41
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
cca246c2
support for matomo added
· cca246c2
Piotr Gawron
authored
5 months ago
src/redux/configuration/configuration.constants.ts
+
1
−
0
Options
@@ -5,6 +5,7 @@ export const NEUTRAL_COLOR_VAL_NAME_ID = 'NEUTRAL_COLOR_VAL';
export
const
OVERLAY_OPACITY_NAME_ID
=
'
OVERLAY_OPACITY
'
;
export
const
SEARCH_DISTANCE_NAME_ID
=
'
SEARCH_DISTANCE
'
;
export
const
REQUEST_ACCOUNT_EMAIL
=
'
REQUEST_ACCOUNT_EMAIL
'
;
export
const
MATOMO_URL
=
'
MATOMO_URL
'
;
export
const
LEGEND_FILE_NAMES_IDS
=
[
'
LEGEND_FILE_1
'
,
Loading