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 = {
99 "aws_kinesis_firehose_stream_name" : "ClickStreamKinesisFirehose-OGX7PQdrynUo" ,
1010} ;
1111
12+ const RUNTIME = "python"
13+
1214const attachListeners = ( ) => {
1315 /* Register handler to log search on blur */
1416 document . addEventListener ( "DOMContentLoaded" , function ( ) {
@@ -59,7 +61,8 @@ const recordPageView = ({prevLocation, searchPattern}) => {
5961 url : searchPattern ? null : window . location . href ,
6062 section : searchPattern ? null : location . pathname ,
6163 previous : prevLocation || null ,
62- search : searchPattern || null
64+ search : searchPattern || null ,
65+ language : RUNTIME
6366 } ,
6467 streamName : awsconfig . aws_kinesis_firehose_stream_name
6568 } , 'AWSKinesisFirehose' )
You can’t perform that action at this time.
0 commit comments