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
aa50956a
Commit
aa50956a
authored
Nov 01, 2021
by
Niko Belokolodov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change additional_snowplow_tracking FF type to ops
parent
7502357b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
config/feature_flags/ops/additional_snowplow_tracking.yml
config/feature_flags/ops/additional_snowplow_tracking.yml
+0
-0
lib/gitlab/tracking.rb
lib/gitlab/tracking.rb
+1
-1
No files found.
config/feature_flags/
development
/additional_snowplow_tracking.yml
→
config/feature_flags/
ops
/additional_snowplow_tracking.yml
View file @
aa50956a
File moved
lib/gitlab/tracking.rb
View file @
aa50956a
...
...
@@ -18,7 +18,7 @@ module Gitlab
end
def
options
(
group
)
additional_features
=
Feature
.
enabled?
(
:additional_snowplow_tracking
,
group
)
additional_features
=
Feature
.
enabled?
(
:additional_snowplow_tracking
,
group
,
type: :ops
)
{
namespace:
SNOWPLOW_NAMESPACE
,
hostname:
Gitlab
::
CurrentSettings
.
snowplow_collector_hostname
,
...
...
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