Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a9228bec
Commit
a9228bec
authored
Aug 17, 2021
by
Piotr Skorupa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update filename in Snowplow Micro setup
parent
87a36440
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
doc/development/snowplow/index.md
doc/development/snowplow/index.md
+6
-7
No files found.
doc/development/snowplow/index.md
View file @
a9228bec
...
...
@@ -551,14 +551,14 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event
update application_settings
set
snowplow_collector_hostname
=
'localhost:9090'
,
snowplow_enabled
=
true
,
snowplow_cookie_domain
=
'.gitlab.com'
;
```
1.
Update
`DEFAULT_SNOWPLOW_OPTIONS`
in
`app/assets/javascripts/tracking/
index
.js`
to remove
`forceSecureTracker: true`
:
1.
Update
`DEFAULT_SNOWPLOW_OPTIONS`
in
`app/assets/javascripts/tracking/
constants
.js`
to remove
`forceSecureTracker: true`
:
```
diff
diff --git a/app/assets/javascripts/tracking/
index.js b/app/assets/javascripts/tracking/index
.js
index
0a1211d0a76..3b98c8f28f2
100644
--- a/app/assets/javascripts/tracking/
index
.js
+++ b/app/assets/javascripts/tracking/
index
.js
@@ -7,7 +7,6 @@ const DEFAULT_SNOWPLOW_OPTIONS = {
diff --git a/app/assets/javascripts/tracking/
constants.js b/app/assets/javascripts/tracking/constants
.js
index
598111e4086..eff38074d4c
100644
--- a/app/assets/javascripts/tracking/
constants
.js
+++ b/app/assets/javascripts/tracking/
constants
.js
@@ -7,7 +7,6 @@
export
const DEFAULT_SNOWPLOW_OPTIONS = {
appId: '',
userFingerprint: false,
respectDoNotTrack: true,
...
...
@@ -566,7 +566,6 @@ Snowplow Micro is a Docker-based solution for testing frontend and backend event
eventMethod: 'post',
contexts: { webPage: true, performanceTiming: true },
formTracking: false,
```
1.
Update
`snowplow_options`
in
`lib/gitlab/tracking.rb`
to add
`protocol`
and
`port`
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment