This repository was archived by the owner on Nov 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class NewRelicIdeRedirectRequest extends IdeRedirectRequest {
55
55
queryString : { ide : this . parsedPayload ?. ide === '' ? 'default' : this . parsedPayload ?. ide } ,
56
56
errorGroupGuid : this . parsedPayload . errorGroupGuid ,
57
57
itemGuid,
58
+ nrUserId : this . parsedPayload . userId ,
58
59
newToCodeStream : launcherModel ?. isMru ? "false" : "true" ,
59
60
icons : { } ,
60
61
partial_launcher_model : launcherModel ,
Original file line number Diff line number Diff line change 32
32
" platform" : " codestream" ,
33
33
" path" : " N/A (codestream)" ,
34
34
" section" : " N/A (codestream)" ,
35
+ " userId" : " {{nrUserId}}" ,
35
36
" meta_data" : " content: {{analyticsContentType}}" ,
36
37
" meta_data_2" : " source: {{src}}" ,
37
38
" meta_data_3" : " new_to_codestream: {{newToCodeStream}}" ,
53
54
teamId: ' {{teamId}}' ,
54
55
teamName: ' {{teamName}}' ,
55
56
companyName: ' {{companyName}}' ,
56
- isLink: ' {{isLink}}'
57
+ isLink: ' {{isLink}}' ,
58
+ nrUserId: ' {{nrUserId}}'
57
59
}
58
60
}
59
61
</script >
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ window.CODESTREAM.openEditor = function(ide) {
474
474
" platform" : " codestream" ,
475
475
" path" : " N/A (codestream)" ,
476
476
" section" : " N/A (codestream)" ,
477
+ " userId" : options .nrUserId ,
477
478
" meta_data" : ` ide_detail: ${ moniker} ` ,
478
479
" meta_data_2" : ` selection_method: ${ ideSelection} ` ,
479
480
" meta_data_3" : ` source: ${ source} `
@@ -489,6 +490,7 @@ window.CODESTREAM.openEditor = function(ide) {
489
490
" platform" : " codestream" ,
490
491
" path" : " N/A (codestream)" ,
491
492
" section" : " N/A (codestream)" ,
493
+ " userId" : options .nrUserId ,
492
494
" meta_data" : ` ide_detail: ${ moniker} ` ,
493
495
" meta_data_2" : ` selection_method: ${ ideSelection} ` ,
494
496
" meta_data_3" : ` source: ${ source} `
You can’t perform that action at this time.
0 commit comments