Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ab6e76c1
Commit
ab6e76c1
authored
Sep 08, 2015
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in a comment describing the reasoning for the names
parent
c652cb2d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
cms/envs/common.py
+4
-0
lms/envs/common.py
+4
-0
No files found.
cms/envs/common.py
View file @
ab6e76c1
...
...
@@ -815,6 +815,10 @@ TRACKING_BACKENDS = {
TRACKING_IGNORE_URL_PATTERNS
=
[
r'^/event'
,
r'^/login'
,
r'^/heartbeat'
]
EVENT_TRACKING_ENABLED
=
True
# NOTE: the sort order of the backend names is important here, the events will be sent to the backends in sorted
# order. In this case a processor modifies the event in a way that is only intended to be seen by segment.io, so
# we want to make sure that backend and processor is run *after* the event has been sent to the tracking logs.
EVENT_TRACKING_BACKENDS
=
{
'0_tracking_logs'
:
{
'ENGINE'
:
'eventtracking.backends.routing.RoutingBackend'
,
...
...
lms/envs/common.py
View file @
ab6e76c1
...
...
@@ -629,6 +629,10 @@ TRACKING_BACKENDS = {
TRACKING_IGNORE_URL_PATTERNS
=
[
r'^/event'
,
r'^/login'
,
r'^/heartbeat'
,
r'^/segmentio/event'
,
r'^/performance'
]
EVENT_TRACKING_ENABLED
=
True
# NOTE: the sort order of the backend names is important here, the events will be sent to the backends in sorted
# order. In this case a processor modifies the event in a way that is only intended to be seen by segment.io, so
# we want to make sure that backend and processor is run *after* the event has been sent to the tracking logs.
EVENT_TRACKING_BACKENDS
=
{
'0_tracking_logs'
:
{
'ENGINE'
:
'eventtracking.backends.routing.RoutingBackend'
,
...
...
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