File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ const awsconfig = {
9
9
"aws_kinesis_firehose_stream_name" : "ClickStreamKinesisFirehose-OGX7PQdrynUo" ,
10
10
} ;
11
11
12
+ const RUNTIME = "python"
13
+
12
14
const attachListeners = ( ) => {
13
15
/* Register handler to log search on blur */
14
16
document . addEventListener ( "DOMContentLoaded" , function ( ) {
@@ -59,7 +61,8 @@ const recordPageView = ({prevLocation, searchPattern}) => {
59
61
url : searchPattern ? null : window . location . href ,
60
62
section : searchPattern ? null : location . pathname ,
61
63
previous : prevLocation || null ,
62
- search : searchPattern || null
64
+ search : searchPattern || null ,
65
+ language : RUNTIME
63
66
} ,
64
67
streamName : awsconfig . aws_kinesis_firehose_stream_name
65
68
} , 'AWSKinesisFirehose' )
You can’t perform that action at this time.
0 commit comments